AnnotationRegionIsVisible Method |
Tests if a point is inside this region.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool IsVisible(
PointF point
)
Public Function IsVisible (
point As PointF
) As Boolean
Parameters
- point
- Type: System.DrawingPointF
The point to test.
Return Value
Type:
BooleanTrue if the point is within this region.
See Also