CGPath コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CGPath() |
空の CGPath を作成します。 |
CGPath(CGPath) |
指定 |
CGPath(IntPtr) | |
CGPath(CGPath, CGAffineTransform) |
指定した を適用して、指定された |
CGPath()
CGPath(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