QuadPoint Class |
Namespace: pdftron.PDF
public sealed class QuadPoint : IClosable
The QuadPoint type exposes the following members.
Name | Description | |
---|---|---|
![]() | QuadPoint() |
Instantiates a new quad point.
|
![]() | QuadPoint(Point, Point, Point, Point) |
Instantiates a new quad point.
|
Name | Description | |
---|---|---|
![]() | p1 |
Gets or sets the first point.
|
![]() | p2 |
Gets or sets the second point.
|
![]() | p3 |
Gets or sets the third point.
|
![]() | p4 |
Gets or sets the fourth point.
|
Name | Description | |
---|---|---|
![]() | Close | |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |