'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.