WpfAnnotationUIPredetermineRenderBounds Method |
This method is used to calculate the expected render bounds of an annotation if its rotation was changed.
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 virtual Rect PredetermineRenderBounds(
double rotation
)
Public Overridable Function PredetermineRenderBounds (
rotation As Double
) As Rect
Parameters
- rotation
- Type: SystemDouble
The new rotation of the annotation.
Return Value
Type:
RectA rectangle containing the expected bounds.
Remarks The annotation grips and canvas use this method to confine annotations within the current confinement bounds.
See Also