Table of Contents

Method CanDrawImage

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

CanDrawImage(ImageList, int, int, int)

protected bool CanDrawImage(ImageList images, int index, int left, int right)

Parameters

images ImageList
index int
left int
right int

Returns

bool

CanDrawImage(AlphaImageList, int, int, int)

protected bool CanDrawImage(AlphaImageList images, int index, int left, int right)

Parameters

images AlphaImageList
index int
left int
right int

Returns

bool

CanDrawImage(ImageList, int)

protected bool CanDrawImage(ImageList images, int index)

Parameters

images ImageList
index int

Returns

bool

CanDrawImage(AlphaImageList, int)

protected bool CanDrawImage(AlphaImageList images, int index)

Parameters

images AlphaImageList
index int

Returns

bool