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

In This Topic
    _transformCoordinatePoint Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _transformCoordinatePoint( _
       ByVal matrix As IMatrix, _
       ByVal x As Double, _
       ByVal y As Double, _
       Optional ByVal output As List(Of Double) _
    ) As List(Of Double)
    public static List<double> _transformCoordinatePoint( 
       IMatrix matrix,
       double x,
       double y,
       List<double> output
    )

    Parameters

    matrix
    x
    y
    output
    See Also