Click or drag to resize

RectangleSelectionHitTest Method

Returns a value indicating if the position is within the RubberBand boundary.

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 override bool HitTest(
	Point position,
	bool ImageCoordinates
)

Parameters

position
Type: System.DrawingPoint
The position to test.
ImageCoordinates
Type: SystemBoolean
If true, position is in image coordinates otherwise position is in display coordinates.

Return Value

Type: Boolean
A value indicating if the position is within the RubberBand boundary.
See Also