共用方式為


CGPath 建構函式

定義

多載

CGPath()

建立空的 CGPath

CGPath(CGPath)

從提供的 basePath 建立新的 CGPath

CGPath(IntPtr)
CGPath(CGPath, CGAffineTransform)

套用提供的 ,從提供 reference 的路徑建立新的 CGPathtransform

CGPath()

建立空的 CGPath

public CGPath ();

適用於

CGPath(CGPath)

從提供的 basePath 建立新的 CGPath

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 的路徑建立新的 CGPathtransform

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

參數

reference
CGPath
transform
CGAffineTransform

適用於