VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / ImageInfo Class / ImageInfo Constructors / ImageInfo Constructor(Int32,Int32,PixelFormat,Palette,Resolution)
Syntax Exceptions Requirements SeeAlso
In This Topic
    ImageInfo Constructor(Int32,Int32,PixelFormat,Palette,Resolution)
    In This Topic
    Initializes a new instance of the ImageInfo class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal width
    The image width.
    As System.Int32, _
    ByVal height
    The image height.
    As System.Int32, _
    ByVal pixelFormat
    The image pixel format.
    As Vintasoft.Imaging.PixelFormat, _
    ByVal palette
    The image palette.
    As Vintasoft.Imaging.Palette, _
    ByVal resolution
    The image resolution.
    As Vintasoft.Imaging.Resolution _
    )

    Parameters

    width
    The image width.
    height
    The image height.
    pixelFormat
    The image pixel format.
    palette
    The image palette.
    resolution
    The image resolution.
    Exceptions
    ExceptionDescription
    Thrown if palette is null.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also