RectangleGripsUpdatePositions Method |
Forces the grips to reset their positions based on a bounding rectangle.
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 void UpdatePositions(
RectangleF bounds,
PointF resolution,
PointF scale
)
Public Overridable Sub UpdatePositions (
bounds As RectangleF,
resolution As PointF,
scale As PointF
)
Parameters
- bounds
- Type: System.DrawingRectangleF
A bounding rectangle defining the grip locations. - resolution
- Type: System.DrawingPointF
The viewer resolution. - scale
- Type: System.DrawingPointF
The scale (zoom) of the viewer.
See Also