ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearDoubleRectangle Interface / IsWellFormed Method




In This Topic
    IsWellFormed Method (IImGearDoubleRectangle)
    In This Topic
    Checks if rectangle’s width is greater than or equal to zero and if its height is greater than or equal to zero.
    Syntax
    'Declaration
     
    Function IsWellFormed() As Boolean
    'Usage
     
    Dim instance As IImGearDoubleRectangle
    Dim value As Boolean
     
    value = instance.IsWellFormed()
    bool IsWellFormed()
    bool IsWellFormed(); 
    bool IsWellFormed(); 

    Return Value

    Boolean value.
    See Also