DroidExplorer.Core.UI.SystemImageList.DrawImage C# (CSharp) Method

DrawImage() public method

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
return void
		public void DrawImage (
			IntPtr hdc,
			int index,
			int x,
			int y
			) {
			DrawImage ( hdc, index, x, y, ImageListDrawItemConstants.ILD_TRANSPARENT );
		}

Same methods

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