WpfAnnotationGripsBounds Property |
Gets the bounding rectangle of the grips.
Gets the bounding rectangle of the grips.
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 Bounds { get; }
Public ReadOnly Property Bounds As Rect
Get
Property Value
Type:
RectThe bounding rectangle of the grips.
Property Value
Type:
Rect The bounding rectangle of the grips.
Remarks This property includes the annotation outline width in its calculation. To get the bounds based only on
the grip positions, use the
PositionBounds property.
See Also