Click or drag to resize

WpfAnnotationUIGeometry Property

Gets a Geometry representing the annotation.

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

Property Value

Type: Geometry
A Geometry representing the annotation.
Remarks
The Geometry is presented in annotation space. Derived classes should override this property if the geometry of the annotation is not rectangular.
See Also