VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / ImageInfo Class / ImageInfo Constructors / ImageInfo Constructor(Int32,Int32,BitmapChannelsFormat,Palette,Resolution)
Syntax Requirements SeeAlso
In This Topic
    ImageInfo Constructor(Int32,Int32,BitmapChannelsFormat,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 channelsFormat
    The image color channels format.
    As Vintasoft.Imaging.BitmapChannelsFormat, _
    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.
    channelsFormat
    The image color channels format.
    palette
    The image palette.
    resolution
    The image resolution.
    Requirements

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

    See Also