CGPath Class
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.
A drawing path is made up of lines, arcs, beziers that can be used to paint.
public class CGPath : IDisposable, ObjCRuntime.INativeObject
type CGPath = class
interface INativeObject
interface IDisposable
- Inheritance
-
CGPath
- Implements
Constructors
CGPath() |
Creates an empty CGPath. |
CGPath(CGPath, CGAffineTransform) |
Creates an new CGPath from the provided |
CGPath(CGPath) |
Creates an new CGPath from the provided |
CGPath(IntPtr) |
Properties
BoundingBox | |
CurrentPoint | |
Handle |
Handle (pointer) to the unmanaged object representation. |
IsEmpty | |
PathBoundingBox |
Methods
Operators
Equality(CGPath, CGPath) | |
Inequality(CGPath, CGPath) |