Search
MauiMatrix.RotateAt Method (Double, Point)
See Also
 





Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public void RotateAt (
    double angle,
    Point point
)

Visual Basic  Copy Code

Public Sub RotateAt( _
    angle As Double, _
    point As Point _
)

 Parameters

angle

point

 See Also