Name | Description | |
---|---|---|
NPointI Constructor | Overloaded. |
The following tables list the members exposed by NPointI.
Name | Description | |
---|---|---|
NPointI Constructor | Overloaded. |
Name | Description | |
---|---|---|
Deserialize | Deserializes the object state from the specified property bag. | |
Distance | Measures the distance between this point and the specified point | |
Equals | Overloaded. Checks whether this point is equal to the other point | |
GetHashCode | ||
Rotate | Overloaded. Rotates the point with the specified angle around the specified pin | |
Scale | Overloaded. Scales the point around the specified pin with the specified scale factors | |
Serialize | Serializes the object state into the specified property bag. | |
ToNPoint | Converts this point to NPoint | |
ToString | Returns the string representation of this object | |
Translate | Translates the point with the specified amounts |
Addition | Adds b coordinates to a coordinates and returns the resulting point (binary +) |
Equality | Determines whether a is equal to b |
Inequality | Determines whether a is not equal to b |
Subtraction | Subtracts b coordinates from a coordinates and returns the resulting point (binary -) |