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

In This Topic
    _scaleAt Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub _scaleAt( _
       ByVal matrix As IMatrix, _
       ByVal scaleX As Double, _
       ByVal scaleY As Double, _
       Optional ByVal center As IPoint _
    ) 
    public static void _scaleAt( 
       IMatrix matrix,
       double scaleX,
       double scaleY,
       IPoint center
    )

    Parameters

    matrix
    scaleX
    scaleY
    center
    See Also