ImageGear .NET - Updated
UpdateBounds Method (ImGearARTFormsRectangleController)




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTFormsRectangleController Class : UpdateBounds Method
Mark which bounds are to be updated.
New bounds.
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

Reference

ImGearARTFormsRectangleController Class
ImGearARTFormsRectangleController Members