Enum CopyBufOption
Provides choices for updating the display in simple dialog mode.
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public enum CopyBufOption
Remarks
When the display is to be updated one may choose whether
to overwrite the invisible shadow buffer with the contents in the currently visible buffer
or not.
Fields
Name | Description |
---|---|
CopyCurrentToShadow | Overwrites the shadow buffer with a copy of the visible buffer. |
CopyCurrentToShadowBeforeSwitching | |
CopyShadowToCurrent | Overwrites the visible buffer with a copy of the shadow buffer. |
DoNotCopyCurrentToShadowBeforeSwitching | |
SwitchBuffer | This switches shadow and visbile buffer |