Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.DPISupporting Namespace / MultiScalingImageListResourcesManager Class / AddImage Method
The assembly that contain the specified Image resource. If the assembly is null, that mean the specified Image resource is file.
The original path (1x version) of specifed Image resource.


In This Topic
    AddImage Method
    In This Topic
    Add the specifed Image to the manager.
    Syntax
    'Declaration
     
    
    Public Sub AddImage( _
       ByVal assembly As Assembly, _
       ByVal resourceName As String _
    ) 
    'Usage
     
    
    Dim instance As MultiScalingImageListResourcesManager
    Dim assembly As Assembly
    Dim resourceName As String
     
    instance.AddImage(assembly, resourceName)
    public void AddImage( 
       Assembly assembly,
       string resourceName
    )

    Parameters

    assembly
    The assembly that contain the specified Image resource. If the assembly is null, that mean the specified Image resource is file.
    resourceName
    The original path (1x version) of specifed Image resource.
    See Also