ImageGear v26.3 - Updated
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()
    bool IsWellFormed()
    bool IsWellFormed(); 
    bool IsWellFormed(); 

    Return Value

    Boolean value.
    See Also