ImageGear .NET - Updated March 30, 2018
Resize Method (ImGearARTFormsMarkController)




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTFormsMarkController Class : Resize Method
Mark to be resized.
Current position of the resized point/rectangle side.
The mark controller data.
Called by Annotator on Resize action.
Syntax
'Declaration
 
Public Overridable Sub Resize( _
   ByVal mark As ImGearARTMark, _
   ByVal point As ImGearPoint, _
   ByVal markControllerData As ImGearARTFormsMarkControllerData _
) 
 
'Usage
 
Dim instance As ImGearARTFormsMarkController
Dim mark As ImGearARTMark
Dim point As ImGearPoint
Dim markControllerData As ImGearARTFormsMarkControllerData
 
instance.Resize(mark, point, markControllerData)

Parameters

mark
Mark to be resized.
point
Current position of the resized point/rectangle side.
markControllerData
The mark controller data.
See Also

Reference

ImGearARTFormsMarkController Class
ImGearARTFormsMarkController Members