Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Utilities.v4.4 Assembly / Xceed.Chart.Utilities Namespace / MeasureUnitConverter Class / InitFromRenderSurfaceDescriptor Method
The surface descriptor object which DpiX and DpiY values are to be used.


In This Topic
    InitFromRenderSurfaceDescriptor Method
    In This Topic
    Initializes the horizontal and vertical scale matrixes depending on the horizontal and vertical resolution of a given surface descriptor.
    Syntax
    'Declaration
     
    Public Sub InitFromRenderSurfaceDescriptor( _
       ByVal desc As RenderSurfaceDescriptor _
    ) 
    'Usage
     
    Dim instance As MeasureUnitConverter
    Dim desc As RenderSurfaceDescriptor
     
    instance.InitFromRenderSurfaceDescriptor(desc)
    public void InitFromRenderSurfaceDescriptor( 
       RenderSurfaceDescriptor desc
    )

    Parameters

    desc
    The surface descriptor object which DpiX and DpiY values are to be used.
    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