ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearRectangle Interface / IsWellFormed Method




In This Topic
IsWellFormed Method (IImGearRectangle)
In This Topic
Tests whether the rectangle is valid.
Syntax
'Declaration
 
Function IsWellFormed() As Boolean
 
'Usage
 
Dim instance As IImGearRectangle
Dim value As Boolean
 
value = instance.IsWellFormed()

Return Value

Boolean value.
See Also