Click or drag to resize

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
)

Parameters

rotation
Type: SystemDouble
The new rotation of the annotation.

Return Value

Type: Rect
A rectangle containing the expected bounds.
Remarks
The annotation grips and canvas use this method to confine annotations within the current confinement bounds.
See Also