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
的路徑建立新的 CGPathtransform
public CGPath (CoreGraphics.CGPath reference, CoreGraphics.CGAffineTransform transform);
new CoreGraphics.CGPath : CoreGraphics.CGPath * CoreGraphics.CGAffineTransform -> CoreGraphics.CGPath
參數
- reference
- CGPath
- transform
- CGAffineTransform