Click or drag to resize

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
)

Parameters

grip
Type: Atalasoft.Annotate.UIAnnotationGrip
The grip to get bounds from.

Return Value

Type: RectangleF
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the grip argument is null (Nothing in VB).
See Also