Click or drag to resize

AnnotationRegionIsVisible Method

Tests if a point is inside this region.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public bool IsVisible(
	PointF point
)

Parameters

point
Type: System.DrawingPointF
The point to test.

Return Value

Type: Boolean
True if the point is within this region.
See Also