XRect MethodsTerminal Works - PDF Printing.Net Library

The XRect type exposes the following members.

Methods

  NameDescription
Public methodContains(XPoint)
Indicates whether the rectangle contains the specified point.
Public methodContains(XRect)
Indicates whether the rectangle contains the specified rectangle.
Public methodContains(Double, Double)
Indicates whether the rectangle contains the specified point.
Public methodEquals(Object)
Determines whether this instance and the specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(XRect)
Determines whether this instance and the specified rect are equal.
Public methodStatic memberEquals(XRect, XRect)
Determines whether the two rectangles are equal.
Public methodStatic memberFromLTRB
Creates a rectangle from for straight lines.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInflate(XSize)
Expands the rectangle by using the specified Size, in all directions.
Public methodInflate(Double, Double)
Expands or shrinks the rectangle by using the specified width and height amounts, in all directions.
Public methodStatic memberInflate(XRect, XSize)
Returns the rectangle that results from expanding the specified rectangle by the specified Size, in all directions.
Public methodStatic memberInflate(XRect, Double, Double)
Creates a rectangle that results from expanding or shrinking the specified rectangle by the specified width and height amounts, in all directions.
Public methodIntersect(XRect)
Sets current rectangle to the intersection of the current rectangle and the specified rectangle.
Public methodStatic memberIntersect(XRect, XRect)
Returns the intersection of two rectangles.
Public methodIntersectsWith
Indicates whether the specified rectangle intersects with the current rectangle.
Public methodOffset(XVector)
Moves a rectangle by the specified amount.
Public methodOffset(Double, Double)
Moves a rectangle by the specified amount.
Public methodStatic memberOffset(XRect, XVector)
Returns a rectangle that is offset from the specified rectangle by using the specified vector.
Public methodStatic memberOffset(XRect, Double, Double)
Returns a rectangle that is offset from the specified rectangle by using specified horizontal and vertical amounts.
Public methodStatic memberParse
Parses the rectangle from a string.
Public methodScale
Multiplies the size of the current rectangle by the specified x and y values.
Public methodToRectangleF
Converts this instance to a System.Drawing.RectangleF.
Public methodToString
Converts this XRect to a human readable string.
(Overrides ValueTypeToString.)
Public methodToString(IFormatProvider)
Converts this XRect to a human readable string.
Public methodTransform(XMatrix)
Transforms the rectangle by applying the specified matrix.
Public methodStatic memberTransform(XRect, XMatrix)
Returns the rectangle that results from applying the specified matrix to the specified rectangle.
Public methodUnion(XPoint)
Sets current rectangle to the union of the current rectangle and the specified point.
Public methodUnion(XRect)
Sets current rectangle to the union of the current rectangle and the specified rectangle.
Public methodStatic memberUnion(XRect, XPoint)
Returns the intersection of a rectangle and a point.
Public methodStatic memberUnion(XRect, XRect)
Returns the union of two rectangles.
Top
See Also

Reference