| RenderContextSwapGroup Property |
Gets or sets a value indicating whether the window context belong to the swap group.
It means that along window context belonging to the swap group are synchronized during the buffer swaps.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public bool SwapGroup { get; set; }
public:
property bool SwapGroup {
bool get ();
void set (bool value);
}
Property Value
Type:
Booleantrue if the window context belong to the swap group; otherwise,
false.
Exceptions Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also