Table of Contents

Method Add

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Add(Image?)

Adds image.

public virtual bool Add(Image? image)

Parameters

image Image

Image to add.

Returns

bool

Add(Stream?)

Adds image from the stream.

public virtual bool Add(Stream? stream)

Parameters

stream Stream

Stream with image.

Returns

bool