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

    Return Value

    Boolean value.
    See Also