VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfPointBasedObjectRectangularTransformer Class / RotateAt(Double,Point) Method
Syntax Requirements SeeAlso
In This Topic
RotateAt(Double,Point) Method (WpfPointBasedObjectRectangularTransformer)
In This Topic
Applies a clockwise rotation to the interactive object around the point specified in the point parameter.
Syntax
'Declaration

Public Sub RotateAt( _
ByVal angle
The angle of the rotation, in degrees.
As Double, _
ByVal point
A System.Windows.Point that represents the center of the rotation.
As System.Windows.Point _
)
public void RotateAt(
double angle,
System.Windows.Point point
)

Parameters

angle
The angle of the rotation, in degrees.
point
A System.Windows.Point that represents the center of the rotation.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also