Click or drag to resize

WpfRectangleGripsUpdateGripPositions Method (Point, Size)

Called when the grip positions need to be updated to fit a new annotation location and size.

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
protected virtual void UpdateGripPositions(
	Point location,
	Size size
)

Parameters

location
Type: System.WindowsPoint
The new location of the annotation.
size
Type: System.WindowsSize
The new size of the annotation.
See Also