Search Results for

    Show / Hide Table of Contents

    GdipBitmapConstructor.CreateBitmap Method

    Overloads

    • GdipBitmapConstructor.CreateBitmap(Int32, Int32)
    • GdipBitmapConstructor.CreateBitmap(Int32, Int32, PixelFormat, Double, Double)

    GdipBitmapConstructor.CreateBitmap(Int32, Int32)

    Returns a new bitmap.

    Syntax

    Namespace: FlexCel.Draw

    public static Bitmap CreateBitmap(Int32 width, Int32 height)

    Parameters

    <-> Parameter Type Description
    width Int32 Width of the bitmap in pixels.
    height Int32 Height of the bitmap in pixels.

    See also

    • GdipBitmapConstructor

    GdipBitmapConstructor.CreateBitmap(Int32, Int32, PixelFormat, Double, Double)

    Creates a bitmap.

    Syntax

    Namespace: FlexCel.Draw

    public static Bitmap CreateBitmap(Int32 width, Int32 height, PixelFormat aPixelFormat, Double hres, Double vres)

    Parameters

    <-> Parameter Type Description
    width Int32 Width of the bitmap in pixels.
    height Int32 Height of the bitmap in pixels.
    aPixelFormat PixelFormat Pixel Format.
    hres Double Horizontal resolution of the image
    vres Double Vertical resolution of the image

    See also

    • GdipBitmapConstructor
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com