DeviceOnRealizeBackgroundPalette
Method
|
Causes this device to realize its palette in
the background. This method is usually called when the GUI window
loses focus.
Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public abstract void OnRealizeBackgroundPalette()
Public MustOverride Sub OnRealizeBackgroundPalette
public:
virtual void OnRealizeBackgroundPalette() abstract
abstract OnRealizeBackgroundPalette : unit -> unit
See Also