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




In This Topic
    Empty Method (IImGearDoubleRectangle)
    In This Topic
    Sets all numeric properties of the rectangle to their initial values.
    Syntax
    'Declaration
     
    Sub Empty() 
    'Usage
     
    Dim instance As IImGearDoubleRectangle
     
    instance.Empty()
    void Empty()
    void Empty(); 
    void Empty(); 
    See Also