Beispiel #1
0
 public static extern HGDIOBJ SelectObject(
     HDC hdc,
     HGDIOBJ h);
Beispiel #2
0
 public static extern ObjectType GetObjectType(
     HGDIOBJ h);
Beispiel #3
0
 public unsafe static extern int GetObjectW(
     HGDIOBJ hgdiobj,
     int cbBuffer,
     void *lpvObject);
Beispiel #4
0
 public static extern bool DeleteObject(
     HGDIOBJ hObject);