Desktop Functions: Smart Device Functions:
|
Search Results for "GetStockObject" in [All]gdi32
static extern IntPtr GetStockObject(StockObjects fnObject);
Private Shared Function GetStockObject(fnObject As StockObjects) As IntPtr 2: SetMapMode
public static extern int GetStockObject(int nStockBrush); int hBrush = GetStockObject(NULL_BRUSH); user32
wndclass.hbrBackground = Win32.GetStockObject(StockObjects.WHITE_BRUSH); |