Web API Core | ComponentOne
C1.AspNetCore.Api Namespace / ImageFormat Class / ImageFormat Constructor

In This Topic
    ImageFormat Constructor
    In This Topic
    Initializes a new instance of the System.Drawing.Imaging.ImageFormat class with the specified GUID.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal guid As Guid _
    )
    public ImageFormat( 
       Guid guid
    )

    Parameters

    guid
    See Also