Click or drag to resize

RubberbandEventArgs Constructor (PointF, PointF)

Creates a new instance of RubberbandEventArgs specifying the starting and ending points of the rubberband.

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 RubberbandEventArgs(
	PointF startPoint,
	PointF endPoint
)

Parameters

startPoint
Type: System.DrawingPointF
The top-left corner of the rubberband.
endPoint
Type: System.DrawingPointF
The bottom-right corner of the rubberband.
See Also