Nevron .NET Vision
Nevron.GraphicsCore Namespace / NMeasurementUnitConverter Class / InitializeAbsoluteMembers Method


In This Topic
    InitializeAbsoluteMembers Method
    In This Topic
    Initializes the resolution dependent properties of this converter.
    Syntax
    'Declaration
     
    
    Public Sub InitializeAbsoluteMembers( _
       ByVal dpyX As System.Single, _
       ByVal dpyY As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NMeasurementUnitConverter
    Dim dpyX As System.Single
    Dim dpyY As System.Single
     
    instance.InitializeAbsoluteMembers(dpyX, dpyY)
    public void InitializeAbsoluteMembers( 
       System.float dpyX,
       System.float dpyY
    )

    Parameters

    dpyX
    dpyY
    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