NNurbsControlPoint Structure Members
In This Topic
The following tables list the members exposed by NNurbsControlPoint.
Public Constructors
Public Fields
| Name | Description |
| Weight | Weight. |
| X | X coordinate. |
| Y | Y coordinate. |
Top
Public Methods
| Name | Description |
| Deserialize | Deserializes this object. |
| Equals | Overloaded. Checks whether this point is equal to the given point. |
| GetHashCode | Returns the hash code for this object. |
| Serialize | Serializes this object. |
| ToNPoint | Converts this NURBS control point to an NPoint. |
| ToString | Returns the string representation of this NURBS control point. |
| Translate | Translates the control point with the given offset. |
Top
See Also