ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / Matrix Class / rotate Method

In This Topic
    rotate Method (Matrix)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub rotate( _
       ByVal angle As Double, _
       Optional ByVal center As IPoint _
    ) 
    public void rotate( 
       double angle,
       IPoint center
    )

    Parameters

    angle
    center
    See Also