Pdf |
The PdfLineSegment type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfLineSegment(PdfPoint) | Initializes a new instance of the straight line segment. | |
| PdfLineSegment(PdfPoint, PdfPoint, PdfPoint) | Initializes a new instance of the curved line segment (cubic Bézier curve). |
| Name | Description | |
|---|---|---|
| ControlPoint1 | Gets the first control point of the curved line segment (cubic Bézier curve). | |
| ControlPoint2 | Gets the second control point of the curved line segment (cubic Bézier curve). | |
| EndPoint | Gets the end point of the line segment. | |
| IsCurve | Gets a value indicating whether this PdfLineSegment is a curved line segment (cubic Bézier curve). | |
| IsStraight | Gets a value indicating whether this PdfLineSegment is a straight line segment. |
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified Object is equal to this PdfLineSegment instance.
(Overrides ValueTypeEquals(Object)) | |
| Equals(PdfLineSegment) | Determines whether the other PdfLineSegment is equal to this PdfLineSegment instance. | |
| GetHashCode |
Returns a hash code for this PdfLineSegment instance.
(Overrides ValueTypeGetHashCode) | |
| ToString |
Returns a String that represents this PdfLineSegment instance.
(Overrides ValueTypeToString) |