Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NPixelFormat Class / GetPixelFormat Method


In This Topic
    GetPixelFormat Method
    In This Topic
    Gets a pixel format object for the speciifed pixel format
    Syntax
    'Declaration
     
    
    Public Shared Function GetPixelFormat( _
       ByVal format As ENPixelFormat _
    ) As NPixelFormat
    'Usage
     
    
    Dim format As ENPixelFormat
    Dim value As NPixelFormat
     
    value = NPixelFormat.GetPixelFormat(format)
    public static NPixelFormat GetPixelFormat( 
       ENPixelFormat format
    )

    Parameters

    format
    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