vbAccelerator.Components.ImageList.SysImageList.DrawImage C# (CSharp) Метод

DrawImage() публичный Метод

Draws an image
public DrawImage ( IntPtr hdc, int index, int x, int y ) : void
hdc System.IntPtr Device context to draw to
index int Index of image to draw
x int X Position to draw at
y int Y Position to draw at
Результат void
        public void DrawImage(
            IntPtr hdc,
            int index,
            int x,
            int y
            )
        {
            DrawImage(hdc, index, x, y, ImageListDrawItemConstants.ILD_TRANSPARENT);
        }

Same methods

SysImageList::DrawImage ( IntPtr hdc, int index, int x, int y, ImageListDrawItemConstants flags ) : void
SysImageList::DrawImage ( IntPtr hdc, int index, int x, int y, ImageListDrawItemConstants flags, int cx, int cy ) : void
SysImageList::DrawImage ( IntPtr hdc, int index, int x, int y, ImageListDrawItemConstants flags, int cx, int cy, System foreColor, ImageListDrawStateConstants stateFlags, System saturateColorOrAlpha, System glowOrShadowColor ) : void