Platform |
Win32, x64 |
Purpose |
To obtain a HANDLE to the current drawing surface. |
Syntax |
INTEGER(7) FUNCTION GET_CURRENT_GRAPHICS_REGION@() |
Description |
Returns the Windows handle of the current drawing surface. When usig multiple surfaces this handle can be used with SELECT_GRAPHICS_REGION@ to switch drawing to a different surface. |
Return value |
The function returns a handle to the drawing surface. |