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 : CoreFoundation.NativeObject
type CGPath = class
inherit NativeObject
- Inheritance
Constructors
| Name | Description |
|---|---|
| CGPath() |
Creates an empty CGPath. |
| CGPath(CGPath, CGAffineTransform) |
Creates an new CGPath from the provided |
| CGPath(CGPath) |
Creates an new CGPath from the provided |
Properties
| Name | Description |
|---|---|
| BoundingBox | |
| CurrentPoint | |
| Handle | (Inherited from DisposableObject) |
| IsEmpty | |
| Owns | (Inherited from DisposableObject) |
| PathBoundingBox | |
Methods
Operators
| Name | Description |
|---|---|
| Equality(CGPath, CGPath) | |
| Inequality(CGPath, CGPath) | |
Extension Methods
| Name | Description |
|---|---|
| GetHandle(INativeObject) | |
| GetNonNullHandle(INativeObject, String) | |