ImageGear22.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTFormsRectangleController Class : UpdateBounds Method |
'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 )