PdfQuadrilateralIsRectangular Method |
Determines whether this quadrilateral is rectangular. Note that this test checks to
see if the diagonals are equal and the shape is convex, therefore it is correct regardless of rotation.
Namespace:
Atalasoft.PdfDoc.Geometry
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool IsRectangular()
Public Function IsRectangular As Boolean
Return Value
Type:
Booleantrue if this quadrilateral is rectangular; otherwise,
false.
See Also