Nevron .NET Vision
Nevron.Chart Namespace / NScale1DToViewTransformation Class / Transform Method / Transform(Double,NPointF) Method


In This Topic
    Transform(Double,NPointF) Method
    In This Topic
    Transforms an axis scale coordinate to view coordinate.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Transform( _
       ByVal value As System.Double, _
       ByRef pointView As NPointF _
    ) 
    'Usage
     
    
    Dim instance As NScale1DToViewTransformation
    Dim value As System.Double
    Dim pointView As NPointF
     
    instance.Transform(value, pointView)
    public void Transform( 
       System.double value,
       ref NPointF pointView
    )

    Parameters

    value
    pointView
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also