Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.DPISupporting Namespace / ScaleResourceInfo Structure / ScaleResourceInfo Constructor
The scale factor of resource file.
The path of the scale verion of resource file.


In This Topic
    ScaleResourceInfo Constructor
    In This Topic
    Initializes the ScaleResourceInfo structure.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal scaleFactor As Single, _
       ByVal resourcePath As String _
    )
    'Usage
     
    
    Dim scaleFactor As Single
    Dim resourcePath As String
     
    Dim instance As New ScaleResourceInfo(scaleFactor, resourcePath)
    public ScaleResourceInfo( 
       float scaleFactor,
       string resourcePath
    )

    Parameters

    scaleFactor
    The scale factor of resource file.
    resourcePath
    The path of the scale verion of resource file.
    See Also