PointGripsGetGripBounds 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)
Syntax public 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:
RectangleFExceptions See Also