.
C# Signature:
[DllImport("gdi32.dll")]
static extern int EnumObjects(IntPtr hdc, int nObjectType, EnumObjectsProc
lpObjectFunc, IntPtr lParam);
User-Defined Types:
EnumObjectsProc
OBJ_
Notes:
The nObjectType parameter should be one from the OBJ_ constants. The MSDN documentation says either OBJ_PEN, or OBJ_BRUSH.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
Do you know one? Please contribute it!
The EnumObjects API
3/16/2007 7:44:52 AM - -131.107.0.102
Callback routine for the GDI32 [EnumObjects] function
11/6/2008 5:09:04 PM - -131.107.0.89
These constants are used with the GDI32 [EnumObjects] call
3/16/2007 7:36:31 AM - anonymous
