CGPath 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
CGPath() |
创建一个空的 CGPath。 |
CGPath(CGPath) |
从提供的 |
CGPath(IntPtr) | |
CGPath(CGPath, CGAffineTransform) |
CGPath通过应用提供的 从提供 |
CGPath()
CGPath(CGPath)
CGPath(IntPtr)
public CGPath (IntPtr handle);
new CoreGraphics.CGPath : nativeint -> CoreGraphics.CGPath
参数
- handle
-
IntPtr
nativeint
适用于
CGPath(CGPath, CGAffineTransform)
CGPath通过应用提供的 从提供reference
的路径创建新的transform
public CGPath (CoreGraphics.CGPath reference, CoreGraphics.CGAffineTransform transform);
new CoreGraphics.CGPath : CoreGraphics.CGPath * CoreGraphics.CGAffineTransform -> CoreGraphics.CGPath
参数
- reference
- CGPath
- transform
- CGAffineTransform