LineGraphicsPathSegment Constructors
A line segment in a graphics path.| Name | Parameters | Description |
|---|---|---|
| LineGraphicsPathSegment(PointF) | endPoint | Initializes a new instance of the LineGraphicsPathSegment class with specified settings. |
| LineGraphicsPathSegment(Single, Single) | endPointX, endPointY | Initializes a new instance of the LineGraphicsPathSegment class with specified settings. |
See Also