WpfAnnotationGripsPositionBounds Property |
Gets the bounding rectangle of the grip positions.
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 Rect PositionBounds { get; }
Public ReadOnly Property PositionBounds As Rect
Get
Property Value
Type:
Rect The bounding rectangle of the grips.
Remarks This is different from the
Bounds property which includes the pen width
of the annotation in its calculation.
See Also