다음을 통해 공유


Compositor.CreatePathGeometry 메서드

정의

오버로드

CreatePathGeometry()

CompositionPathGeometry의 instance 만듭니다.

CreatePathGeometry(CompositionPath)

지정된 경로를 사용하여 CompositionPathGeometry의 instance 만듭니다.

CreatePathGeometry()

CompositionPathGeometry의 instance 만듭니다.

public:
 virtual CompositionPathGeometry ^ CreatePathGeometry() = CreatePathGeometry;
/// [Windows.Foundation.Metadata.Overload("CreatePathGeometry")]
CompositionPathGeometry CreatePathGeometry();
[Windows.Foundation.Metadata.Overload("CreatePathGeometry")]
public CompositionPathGeometry CreatePathGeometry();
function createPathGeometry()
Public Function CreatePathGeometry () As CompositionPathGeometry

반환

만든 CompositionPathGeometry 개체를 반환합니다.

특성

적용 대상

CreatePathGeometry(CompositionPath)

지정된 경로를 사용하여 CompositionPathGeometry의 instance 만듭니다.

public:
 virtual CompositionPathGeometry ^ CreatePathGeometry(CompositionPath ^ path) = CreatePathGeometry;
/// [Windows.Foundation.Metadata.Overload("CreatePathGeometryWithPath")]
CompositionPathGeometry CreatePathGeometry(CompositionPath const& path);
[Windows.Foundation.Metadata.Overload("CreatePathGeometryWithPath")]
public CompositionPathGeometry CreatePathGeometry(CompositionPath path);
function createPathGeometry(path)
Public Function CreatePathGeometry (path As CompositionPath) As CompositionPathGeometry

매개 변수

path
CompositionPath

경로 데이터입니다.

반환

만든 CompositionPathGeometry 개체를 반환합니다.

특성

적용 대상