Method IsValid
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
IsValid()
Checks whether this structure represents a valid quadrilateral.
public readonly bool IsValid()
Returns
- bool
false
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.