Table of Contents

Method Remove

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

Remove(int)

Removes image with the specified index from the container.

public virtual bool Remove(int imageIndex)

Parameters

imageIndex int

Image index.

Returns

bool

true if operation was successful, false otherwise.