FS_ |
The FS_PATHPOINTF type exposes the following members.
| Name | Description | |
|---|---|---|
| FS_PATHPOINTF(PdfTypeBase) | Initializes a new instance of the FS_PATHPOINTF structure with the specified array. | |
| FS_PATHPOINTF(Double, Double, PathPointFlags) | Initialize a new instance of FS_PATHPOINTF structure | |
| FS_PATHPOINTF(Single, Single, PathPointFlags) | Initialize a new instance of FS_PATHPOINTF structure |
| Name | Description | |
|---|---|---|
| Flags | Gets the type of the point in the path. | |
| X | Gets or sets the x-coordinate of this FS_PATHPOINTF. | |
| Y | Gets or sets the y-coordinate of this FS_PATHPOINTF. |
| Name | Description | |
|---|---|---|
| Equals(FS_PATHPOINTF) | Specifies whether this FS_PATHPOINTF contains the same coordinates and flags as the specified point. | |
| Equals(Object) |
Specifies whether this FS_PATHPOINTF contains the same coordinates and flags as the specified object.
(Overrides ValueTypeEquals(Object)) | |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode) | |
| ToArray | Returns a PdfTypeArray representation of the path point. |
| Name | Description | |
|---|---|---|
| Equality(FS_PATHPOINTF, FS_PATHPOINTF) | Compares two FS_PATHPOINTF structures. | |
| Inequality(FS_PATHPOINTF, FS_PATHPOINTF) | Determines whether the coordinates of the specified points are not equal. |