ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDoubleRectangle Structure / IsWellFormed Method




In This Topic
    IsWellFormed Method (ImGearDoubleRectangle)
    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
     
    Public Function IsWellFormed() As Boolean
    'Usage
     
    Dim instance As ImGearDoubleRectangle
    Dim value As Boolean
     
    value = instance.IsWellFormed()
    public bool IsWellFormed()
    public: bool IsWellFormed(); 
    public:
    bool IsWellFormed(); 

    Return Value

    Boolean value.
    Remarks
    This method checks if rectangle's width is greater than or equal to zero and if its height is greater than or equal to zero.
    See Also