AnnotationUIGetConfinedRotation Method |
Gets the confined rotation.
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 float GetConfinedRotation(
RectangleF dsConfinedBounds,
float newAngle
)
Public Overridable Function GetConfinedRotation (
dsConfinedBounds As RectangleF,
newAngle As Single
) As Single
Parameters
- dsConfinedBounds
- Type: System.DrawingRectangleF
The ds confined bounds. - newAngle
- Type: SystemSingle
The new angle.
Return Value
Type:
SingleSee Also