Полный список членов класса
Классы |
struct | Win32Point |
Открытые типы |
enum | CombineRgnStyles {
RGN_AND = 1,
RGN_OR = 2,
RGN_XOR = 3,
RGN_DIFF = 4,
RGN_COPY = 5,
RGN_MIN = RGN_AND,
RGN_MAX = RGN_COPY
} |
Открытые члены |
static int | SetWindowRgn (IntPtr hWnd, IntPtr hRgn, bool bRedraw) |
static IntPtr | CreateRectRgn (int left, int top, int right, int bottom) |
static int | CombineRgn (IntPtr hrgnDest, IntPtr hrgnSrc1, IntPtr hrgnSrc2, int fnCombineMode) |