ComponentOne Bitmap for UWP
Rotation(Single,Point2F) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix3x2 Structure > Rotation Method : Rotation(Single,Point2F) Method
Creates a matrix that rotates.
Syntax
'Declaration
 
Public Overloads Shared Function Rotation( _
   ByVal degrees As System.Single, _
   ByVal center As Point2F _
) As Matrix3x2
public static Matrix3x2 Rotation( 
   System.float degrees,
   Point2F center
)

Parameters

degrees
center
See Also

Reference

Matrix3x2 Structure
Matrix3x2 Members
Overload List