ImageGear .NET
Resize Method (ImGearARTFormsRectangleController)




Mark to be resized.
Current position of the resized point/rectangle side.
The mark controller data.
Called by Annotator on Resize action.
Syntax
public override void Resize( 
   ImGearARTMark mark,
   ImGearPoint point,
   ImGearARTFormsMarkControllerData markControllerData
)
public: void Resize( 
   ImGearARTMark* mark,
   ImGearPoint point,
   ImGearARTFormsMarkControllerData* markControllerData
) override 
public:
void Resize( 
   ImGearARTMark^ mark,
   ImGearPoint point,
   ImGearARTFormsMarkControllerData^ markControllerData
) override 
'Declaration
 
Public Overrides Sub Resize( _
   ByVal mark As ImGearARTMark, _
   ByVal point As ImGearPoint, _
   ByVal markControllerData As ImGearARTFormsMarkControllerData _
) 
 
'Usage
 
Dim instance As ImGearARTFormsRectangleController
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

ImGearARTFormsRectangleController Class
ImGearARTFormsRectangleController Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback