PointGrips.GetGripBounds Method |
Returns a bounding rectangle for a single grip.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic RectangleF GetGripBounds(
AnnotationGrip grip
)
Public Function GetGripBounds (
grip As AnnotationGrip
) As RectangleF
Parameters
- grip
- Type: Atalasoft.Annotate.UI.AnnotationGrip
The grip to get bounds from.
Return Value
Type:
RectangleF
Exceptions
See Also