AnnotationDataAnnotationBounds Property |
Gets the rectangle bounds of the annotation, including any pen or shadow, before
any matricies are applied.
Gets the rectangle bounds of the annotation, including any pen or shadow, before any matrices are applied.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public virtual RectangleF AnnotationBounds { get; }
Public Overridable ReadOnly Property AnnotationBounds As RectangleF
Get
Property Value
Type:
RectangleFThe rectangular bounds of the annotation without any matrices applied.
Property Value
Type:
RectangleF The rectangular bounds of the annotation without any matrices applied.
See Also