XPoint MethodsTerminal Works - PDF Printing.Net Library

The XPoint type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAdd
Adds a point and a vector.
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(XPoint)
Indicates whether this instance and a specified point are equal.
Public methodStatic memberEquals(XPoint, XPoint)
Indicates whether the specified points are equal.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberMultiply
Multiplies a point with a matrix.
Public methodOffset
Offsets the x and y value of this point.
Public methodStatic memberParse
Parses the point from a string.
Public methodStatic memberParsePoints
Parses an array of points from a string.
Public methodStatic memberSubtract(XPoint, XPoint)
Subtracts a point from a point.
Public methodStatic memberSubtract(XPoint, XVector)
Subtracts a vector from a point.
Public methodToPointF
Converts this XPoint to a System.Drawing.Point.
Public methodToString
Converts this XPoint to a human readable string.
(Overrides ValueTypeToString.)
Public methodToString(IFormatProvider)
Converts this XPoint to a human readable string.
Top
See Also

Reference