Click or drag to resize

WpfAnnotationGrip Constructor (Point, Size, WpfAnnotationGripAction, String, WpfRectangleGrip, Boolean, Boolean)

Creates a new instance of WpfAnnotationGrip specifying its properties.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public WpfAnnotationGrip(
	Point position,
	Size size,
	WpfAnnotationGripAction action,
	string name,
	WpfRectangleGrip rectangleGrip,
	bool isZone,
	bool isRotationIndependent
)

Parameters

position
Type: System.WindowsPoint
The position of the grip in document space.
size
Type: System.WindowsSize
The size of the grip.
action
Type: Atalasoft.Annotate.WpfWpfAnnotationGripAction
The action the grip will perform.
name
Type: SystemString
A name for the grip. This can be null (Nothing in VB).
rectangleGrip
Type: Atalasoft.Annotate.WpfWpfRectangleGrip
Indicates the rectangle grip usage, if any.
isZone
Type: SystemBoolean
Indicates whether this grip is a zone or a visible grip.
isRotationIndependent
Type: SystemBoolean
Indicates whether this grip is affected by the rotation of the annotation.
See Also