CGPath Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CGPath() |
Creates an empty CGPath. |
CGPath(CGPath) |
Creates an new CGPath from the provided |
CGPath(IntPtr) | |
CGPath(CGPath, CGAffineTransform) |
Creates an new CGPath from the provided |
CGPath()
CGPath(CGPath)
CGPath(IntPtr)
public CGPath (IntPtr handle);
new CoreGraphics.CGPath : nativeint -> CoreGraphics.CGPath
Parameters
- handle
-
IntPtr
nativeint
Applies to
CGPath(CGPath, CGAffineTransform)
Creates an new CGPath from the provided reference
path by applying the provided transform
public CGPath (CoreGraphics.CGPath reference, CoreGraphics.CGAffineTransform transform);
new CoreGraphics.CGPath : CoreGraphics.CGPath * CoreGraphics.CGAffineTransform -> CoreGraphics.CGPath
Parameters
- reference
- CGPath
- transform
- CGAffineTransform