[]
Represents an extension methods for PathEx class.
public static class PathExtensions
Name | Description |
---|---|
AddBeziers(PathEx, PointF[]) | Adds curve as already calculated beziers (start, control, control, end-start, control, control, end-start ...). |
AddCurve(PathEx, PointF[], float) | Adds spline curve. |
AddLine(PathEx, PointF, PointF) | |
AddLineTo(PathEx, PointF) | |
AddLines(PathEx, PointF[]) | |
AddPolygon(PathEx, PointF[]) | |
IsVisible(PathEx, PointF) | |
Scale(PathEx, float, float) | Creates a new path where all coordinates are scaled by the specified ratio. |
ToPoint(Vector2) | |
ToPoints(Vector2[]) | |
ToVector(PointF) | |
ToVectors(PointF[]) |