Search Results for

    Show / Hide Table of Contents

    TGdipUIImage.TGdipUIImage Constructor

    Overloads

    • TGdipUIImage.TGdipUIImage(Stream)
    • TGdipUIImage.TGdipUIImage(Image, Boolean)

    TGdipUIImage.TGdipUIImage(Stream)

    Creates a new UIImage from a stream.

    Syntax

    Namespace: FlexCel.Draw

    public TGdipUIImage(Stream aStream)

    Parameters

    <-> Parameter Type Description
    aStream Stream

    See also

    • TGdipUIImage

    TGdipUIImage.TGdipUIImage(Image, Boolean)

    Creates a new UIImage which encapsulates an existing GDI+ Image.

    Syntax

    Namespace: FlexCel.Draw

    public TGdipUIImage(Image aImage, Boolean aNeedsDispose)

    Parameters

    <-> Parameter Type Description
    aImage Image GDI+ image which will define this image.
    aNeedsDispose Boolean If true, this class will own the GDI+ image, and dispose it when you dispose the class. If false, the GDI+ image will not be disposed when disposing this class.

    See also

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