Nevron .NET Vision
Nevron.GraphicsCore Namespace / NImageFormat Class / CreateImageFormat Method
mime type


In This Topic
    CreateImageFormat Method
    In This Topic
    Creates an image format for the specified mime type
    Syntax
    'Declaration
     
    
    Public Shared Function CreateImageFormat( _
       ByVal mimeType As System.String _
    ) As NImageFormat
    'Usage
     
    
    Dim mimeType As System.String
    Dim value As NImageFormat
     
    value = NImageFormat.CreateImageFormat(mimeType)
    public static NImageFormat CreateImageFormat( 
       System.string mimeType
    )

    Parameters

    mimeType
    mime type

    Return Value

    corresponding image format
    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