NPlot.Transform2D.FastTransform2D.FastTransform2D C# (CSharp) Метод

FastTransform2D() публичный Метод

Constructor
public FastTransform2D ( PhysicalAxis xAxis, PhysicalAxis yAxis ) : System
xAxis PhysicalAxis The x-axis to use for transforms
yAxis PhysicalAxis The y-axis to use for transforms
Результат System
            public FastTransform2D( PhysicalAxis xAxis, PhysicalAxis yAxis )
            {
                xAxis_ = new PageAlignedPhysicalAxis( xAxis );
                yAxis_ = new PageAlignedPhysicalAxis( yAxis );
            }
Transform2D.FastTransform2D