The Path type exposes the following members.
Name | Description | |
---|---|---|
ApplyTransform |
Applies the specified linear transfromation to this path. |
|
Clear |
Removes all elements of the path. |
|
Close |
Closes the path by copying the starting point to the ending one. |
|
Create | Overloaded. Creates a Path from the existing path. |
|
CurveTo | Overloaded. Adds a Bezier curve to the path. |
|
Dispose |
Releases all resources used by this Path. |
|
DrawEllipse | Overloaded. Adds an ellipse to the path. |
|
DrawPath |
Adds a new Path to the path. |
|
DrawRectangle | Overloaded. Adds a rectangle to the path. |
|
DrawText | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAlphaContour | Overloaded. | |
GetBounds |
Returns the bounding rectangle of the path. |
|
GetHashCode |
Returns a hash code for this Path. (Overrides Object.GetHashCode().) |
|
GetLength |
Returns length of this Path, in pixels. |
|
GetObjectData |
Populates a SerializationInfo with the data needed to serialize the Path object. |
|
GetType | (Inherited from Object.) | |
Intersect |
Returns an intersection of the two specified paths. |
|
Invert | ||
LineTo | Overloaded. Adds a line to the path. |
|
MemberwiseClone | (Inherited from Object.) | |
MoveTo | Overloaded. Adds a point to the path. |
|
OffsetContour | ||
Rotate |
Rotates the path by the given angle. |
|
Scale |
Scales coordinates of all points in the path. |
|
Split |
Splits a path into separate paths. |
|
Subtract |
Returns a result of subtraction of the second path from the first path. |
|
ToGdiPlusGraphicsPath |
Converts the path to the GraphicsPath. |
|
ToString | (Inherited from Object.) | |
Translate |
Translates the path. |
|
Union |
Returns a union of the two specified paths. |
|
Xor |
Returns a result of exclusive disjunction of the two paths. |