Click or drag to resize

RubberbandStart Method

Programmatically starts a new rubberband without user interaction.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Start(
	PointF startPoint,
	bool imageCoordinates
)

Parameters

startPoint
Type: System.DrawingPointF
The start point of the new rubberband.
imageCoordinates
Type: SystemBoolean
If true, uses image pixel coordinates, otherwise uses Viewport coordinates.
See Also