Checks whether this structure represents a valid quadrilateral.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
VB
Public Function IsValid As Boolean
Return Value
Type:
Booleanfalse if the quadrilateral is invalid. For example, when it contains duplicate corners.
Or edges that are intersected between corners. Or when 3 corners are placed on the same line.
See Also