BackBufferCopy.CopyMode/copyMode - multiple declarations
Function BackBufferCopy.copyMode
Buffer mode. See copymode
constants.
BackBufferCopy . CopyMode copyMode() nothrow @property @nogc;
void copyMode
(
long v
) nothrow @property @nogc;
Enum BackBufferCopy.CopyMode
enum CopyMode
: int { ... }
Enum members
Name | Description |
---|---|
copyModeDisabled
|
Disables the buffering mode. This means the BackBufferCopy node will directly use the portion of screen it covers. |
copyModeRect
|
BackBufferCopy buffers a rectangular region. |
copyModeViewport
|
BackBufferCopy buffers the entire screen. |