The XPoint type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add |
Adds a point and a vector.
| |
Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).) | |
Equals(XPoint) |
Indicates whether this instance and a specified point are equal.
| |
Equals(XPoint, XPoint) |
Indicates whether the specified points are equal.
| |
GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Multiply |
Multiplies a point with a matrix.
| |
Offset |
Offsets the x and y value of this point.
| |
Parse |
Parses the point from a string.
| |
ParsePoints |
Parses an array of points from a string.
| |
Subtract(XPoint, XPoint) |
Subtracts a point from a point.
| |
Subtract(XPoint, XVector) |
Subtracts a vector from a point.
| |
ToPointF |
Converts this XPoint to a System.Drawing.Point.
| |
ToString |
Converts this XPoint to a human readable string.
(Overrides ValueTypeToString.) | |
ToString(IFormatProvider) |
Converts this XPoint to a human readable string.
|
See Also