ImageGear .NET v24.14 - Updated
IsWellFormed Method (ImGearRectangle)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearRectangle Structure : IsWellFormed Method
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()
public bool IsWellFormed()
public: bool IsWellFormed(); 
public:
bool IsWellFormed(); 

Return Value

Boolean value.
See Also

Reference

ImGearRectangle Structure
ImGearRectangle Members