[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.SpreadCameraShape.DoSize

DoSize Method

DoSize(int, Point)

Allows the object to be sized.

Declaration
protected override void DoSize(int resizeHandle, Point pt)
Protected Overrides Sub DoSize(resizeHandle As Integer, pt As Point)
Parameters
Type Name Description
int resizeHandle

Index of the grab handle used to size the object

Point pt

Point from which to size the object

Overrides