Click or drag to resize

AnnotationUIHitTestRectangle Property

Gets a rectangle used for hit testing or RectangleF.Empty to use the default hit testing method.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public virtual RectangleF HitTestRectangle { get; }

Property Value

Type: RectangleF
A rectangle to use for hit testing or RectangleF.Empty to indicate that the default hit testing method should be used.
Remarks
The default hit testing method will ignore transparent areas of the annotation. This property can be used to override this behavior.
See Also