TCnImageList.Draw(_Graphics,_Point,Integer) Method

Draws the image indicated by the specified index on the specified Graphics at the given location.

Namespace: CNClrLib.Component.ImageList
public
 procedure Draw(Graphic: _Graphics; Point: _Point; Index: Integer); overload;

Parameters

Graphic
Type: System.Void

The Graphics to draw on.

Point
Type: System.Void

The location defined by a Point at which to draw the image.

Index
Type: Integer

The index of the image in the ImageList to draw.