Search Results for

    Show / Hide Table of Contents

    Class BitmapInfo

    Holds the pixel dimensions (width and height) of a decoded image.

    Inheritance
    object
    BitmapInfo
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public class BitmapInfo

    Constructors

    View Source

    BitmapInfo()

    Declaration
    public BitmapInfo()

    Fields

    View Source

    Height

    Declaration
    public int Height
    Field Value
    Type Description
    int
    View Source

    Width

    Declaration
    public int Width
    Field Value
    Type Description
    int
    • View Source
    In this article
    Back to top Generated by DocFX