Rubberband.HitTest 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)
Syntaxpublic virtual bool HitTest(
Point position,
bool imageCoordinates
)
Public Overridable Function HitTest (
position As Point,
imageCoordinates As Boolean
) As Boolean
Parameters
- position
- Type: System.Drawing.Point
The position to test. - imageCoordinates
- Type: System.Boolean
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