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
)
Protected Overridable Sub UpdateGripPositions (
location As Point,
size As Size
)
Parameters
- location
- Type: System.WindowsPoint
The new location of the annotation. - size
- Type: System.WindowsSize
The new size of the annotation.
See Also