Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Structures, prefix the name with the module name and a period.
IMAGELISTDRAWPARAMS (Structures)
.
C# Definition:
[StructLayout(LayoutKind.Sequential)]
struct IMAGELISTDRAWPARAMS
{
public int cbSize;
public IntPtr himl;
public int i;
public IntPtr hdcDst;
public int x;
public int y;
public int cx;
public int cy;
public int xBitmap;
public int yBitmap;
public int rgbBk;
public int rgbFg;
public int fStyle;
public int dwRop;
public int fState;
public int Frame;
public int crEffect;
}
VB Definition:
<StructLayout(LayoutKind.Sequential)> _
Public Structure IMAGELISTDRAWPARAMS
Public cbSize As Integer
Public himl As IntPtr
Public i As Integer
Public hdcDst As IntPtr
Public x As Integer
Public y As Integer
Public cx As Integer
Public cy As Integer
Public xBitmap As Integer
Public yBitmap As Integer
Public rgbBk As Integer
Public rgbFg As Integer
Public fStyle As Integer
Public dwRop As Integer
Public fState As Integer
Public Frame As Integer
Public crEffect As Integer
End Structure
User-Defined Field Types:
None.
Notes:
None.
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
alternate definitions?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.