GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoToolResizing Class
/ Start Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Start Method (GoToolResizing)
In This Topic
Start up the resize tool, assuming
CanStart
returned true.
Syntax
C#
public
override
void
Start()
Remarks
This sets the
CurrentObject
to be the
IGoHandle.HandledObject
of the handle returned by
PickResizeHandle
. It starts a transaction, hides any selection handles for the current object, and remembers the object's
OriginalBounds
and the handle's
OriginalPoint
. Finally it calls
DoResizing
with an event type of
GoInputState.Start
.
See Also
Reference
GoToolResizing Class
GoToolResizing Members