Table of Contents

TGdipUIImage.TGdipUIImage Constructor

Overloads

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(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