PointGripsGetGripBounds Method |
Returns a bounding rectangle for a single grip.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic RectangleF GetGripBounds(
AnnotationGrip grip
)
Public Function GetGripBounds (
grip As AnnotationGrip
) As RectangleF
Parameters
- grip
- Type: Atalasoft.Annotate.UIAnnotationGrip
The grip to get bounds from.
Return Value
Type:
RectangleF
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown if the grip argument is null (Nothing in VB). |
See Also