ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRectangle Structure / IsWellFormed Method




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

Return Value

Boolean value.
See Also