Enum SelectBufClearOption
Provides choices on which buffer to clear.
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public enum SelectBufClearOption
Fields
Name | Description |
---|---|
BothBuffer | Clears both the visible buffer and the shadow buffer. |
CurrentBuffer | Clears the visible buffer. |
ShadowBuffer | Clears the invisible shadow buffer. |