Click or drag to resize

AnnotationUISetGrips Method

Sets the grips used by the annotation.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected void SetGrips(
	IAnnotationGrips grips
)

Parameters

grips
Type: Atalasoft.Annotate.UIIAnnotationGrips
The grips to use.
Remarks
Use this method in derived classes to set the Grips property.
See Also