ShapePath
ShapePath class
Represents a creation path consisting of a series of moves, lines and curves that when combined will form a geometric shape.
Constructors
| Name | Description |
|---|---|
| ShapePath | Initializes a new instance of the ShapePath class. |
Properties
| Name | Type | Description |
|---|---|---|
| PathSegementList | ShapeSegmentPathCollection | Gets ShapeSegmentPathCollection list |
| WidthPixel | int | |
| HeightPixel | int |
Methods
| Name | Description |
|---|---|
| moveTo | |
| lineTo | |
| cubicBezierTo | |
| arcTo | |
| close |
ShapePath()
Initializes a new instance of the ShapePath class.
ShapePath.PathSegementList property
Gets ShapeSegmentPathCollection list
Type: ShapeSegmentPathCollection
ShapePath.WidthPixel property
Type: int
ShapePath.HeightPixel property
Type: int