다음을 통해 공유


CGPath 생성자

정의

오버로드

CGPath()

CGPath를 만듭니다.

CGPath(CGPath)

제공된 에서 새 CGPathbasePath만듭니다.

CGPath(IntPtr)
CGPath(CGPath, CGAffineTransform)

제공된 를 적용하여 제공된 reference 경로에서 새 CGPath 를 만듭니다.transform

CGPath()

CGPath를 만듭니다.

public CGPath ();

적용 대상

CGPath(CGPath)

제공된 에서 새 CGPathbasePath만듭니다.

public CGPath (CoreGraphics.CGPath basePath);
new CoreGraphics.CGPath : CoreGraphics.CGPath -> CoreGraphics.CGPath

매개 변수

basePath
CGPath

적용 대상

CGPath(IntPtr)

public CGPath (IntPtr handle);
new CoreGraphics.CGPath : nativeint -> CoreGraphics.CGPath

매개 변수

handle
IntPtr

nativeint

적용 대상

CGPath(CGPath, CGAffineTransform)

제공된 를 적용하여 제공된 reference 경로에서 새 CGPath 를 만듭니다.transform

public CGPath (CoreGraphics.CGPath reference, CoreGraphics.CGAffineTransform transform);
new CoreGraphics.CGPath : CoreGraphics.CGPath * CoreGraphics.CGAffineTransform -> CoreGraphics.CGPath

매개 변수

reference
CGPath
transform
CGAffineTransform

적용 대상