Enum ReplaceStrategy
Defines the possible strategies or replacing the contents of a window with the contents of another window.
Namespace: Sharpie
Assembly: sharpie.dll
Syntax
[PublicAPI]
public enum ReplaceStrategy
Fields
Name | Description |
---|---|
Overlay | Overwrites the contents of the the window excluding blank space (the contents of the destination are preserved in that case). |
Overwrite | Overwrites the contents of the the window including blank space. |