ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTFormsRectangleController Class / UpdateBounds Method
Mark which bounds are to be updated.
New bounds.




In This Topic
    UpdateBounds Method (ImGearARTFormsRectangleController)
    In This Topic
    Updates size and position of a given mark.
    Syntax
    'Declaration
     
    Public Overridable Sub UpdateBounds( _
       ByVal mark As ImGearARTMark, _
       ByVal newBounds As IImGearRectangle _
    ) 
    'Usage
     
    Dim instance As ImGearARTFormsRectangleController
    Dim mark As ImGearARTMark
    Dim newBounds As IImGearRectangle
     
    instance.UpdateBounds(mark, newBounds)
    public virtual void UpdateBounds( 
       ImGearARTMark mark,
       IImGearRectangle newBounds
    )
    public: virtual void UpdateBounds( 
       ImGearARTMark* mark,
       IImGearRectangle* newBounds
    ) 
    public:
    virtual void UpdateBounds( 
       ImGearARTMark^ mark,
       IImGearRectangle^ newBounds
    ) 

    Parameters

    mark
    Mark which bounds are to be updated.
    newBounds
    New bounds.
    Remarks
    User is responsible to implement this method to get the resize working.
    See Also