Share via


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 개체를 반환합니다.

특성

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1803 (10.0.17134.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v6.0에서 도입되었습니다.)

적용 대상

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 개체를 반환합니다.

특성

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1803 (10.0.17134.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v6.0에서 도입되었습니다.)

적용 대상