Click or drag to resize

AnnotationUIGetConfinedGripPosition Method

Gets the confined grip position.

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 virtual PointF GetConfinedGripPosition(
	RectangleF dsConfinedBounds,
	AnnotationGrip grip,
	PointF dsRequestedPosition,
	out bool ignoreMove
)

Parameters

dsConfinedBounds
Type: System.DrawingRectangleF
The ds confined bounds.
grip
Type: Atalasoft.Annotate.UIAnnotationGrip
The grip.
dsRequestedPosition
Type: System.DrawingPointF
The ds requested position.
ignoreMove
Type: SystemBoolean
if set to true [ignore move].

Return Value

Type: PointF
See Also