PdfRectangle MethodsTerminal Works - PDF Printing.Net Library

The PdfRectangle type exposes the following members.

Methods

  NameDescription
Public methodClone
Clones this instance.
Public methodContains(PointF)
Determines if the specified point is contained within this PdfRectangle.
Public methodContains(RectangleF)
Determines if the rectangular region represented by rect is entirely contained within this PdfRectangle.
Public methodContains(PdfRectangle)
Determines if the rectangular region represented by rect is entirely contained within this PdfRectangle.
Public methodContains(XPoint)
Determines if the specified point is contained within this PdfRectangle.
Public methodContains(XRect)
Determines if the rectangular region represented by rect is entirely contained within this PdfRectangle.
Public methodContains(Double, Double)
Determines if the specified point is contained within this PdfRectangle.
Public methodEquals
Tests whether the specified object is a PdfRectangle and has equal coordinates.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the rectangle as a string in the form «[x1 y1 x2 y2]».
(Overrides ObjectToString.)
Public methodToXRect
Returns the rectangle as an XRect object.
Top
See Also

Reference