NGraphicsPathPoint Structure Members
In This Topic
The following tables list the members exposed by NGraphicsPathPoint.
Public Constructors
Public Fields
| Name | Description |
  | NaN | The NaN graphics path point. |
 | Type | Point type - for possible values see the constants defined in NGraphicsPath. |
 | X | The X coordinate of the point |
 | Y | The Y coordinate of the point |
Top
Public Properties
| Name | Description |
 | IsValid | Checks whether this point is valid, which is true if both its X and Y coordinates are not System.Double.NaN. |
Top
Public Methods
| Name | Description |
 | Deserialize | Deserializes the object state from the specified property bag. |
 | GetPoint | Gets the point of this graphics path point. |
 | Serialize | Serializes the object state into the specified property bag. |
Top
See Also