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
)
Protected Function GetConstrainedPoint (
point As PointF
) As PointF
Parameters
- point
- Type: System.DrawingPointF
The point to constrain.
Return Value
Type:
PointF The constrained point.
See Also