Click or drag to resize

RubberbandGetConstrainedPoint Method

Returns a point that is within the image bounds and snap to the pixel grid.

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
protected PointF GetConstrainedPoint(
	PointF point
)

Parameters

point
Type: System.DrawingPointF
The point to constrain.

Return Value

Type: PointF
The constrained point.
See Also