次の方法で共有


CGPath コンストラクター

定義

オーバーロード

CGPath()

空の CGPath を作成します。

CGPath(CGPath)

指定basePathした から新しい CGPath を作成します。

CGPath(IntPtr)
CGPath(CGPath, CGAffineTransform)

指定した を適用して、指定されたreferenceパスから新しい CGPath を作成します。transform

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パスから新しい CGPath を作成します。transform

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

パラメーター

reference
CGPath
transform
CGAffineTransform

適用対象