Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NImageSkin Class / GetStateRaster Method


In This Topic
    GetStateRaster Method
    In This Topic
    Gets the state raster at the given index.
    Syntax
    'Declaration
     
    
    Public Function GetStateRaster( _
       ByVal stateIndex As System.Integer _
    ) As NRaster
    'Usage
     
    
    Dim instance As NImageSkin
    Dim stateIndex As System.Integer
    Dim value As NRaster
     
    value = instance.GetStateRaster(stateIndex)
    public NRaster GetStateRaster( 
       System.int stateIndex
    )

    Parameters

    stateIndex
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also