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

In This Topic
    _translatePrepend Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub _translatePrepend( _
       ByVal matrix As IMatrix, _
       ByVal offsetX As Double, _
       ByVal offsetY As Double _
    ) 
    public static void _translatePrepend( 
       IMatrix matrix,
       double offsetX,
       double offsetY
    )

    Parameters

    matrix
    offsetX
    offsetY
    See Also