DeviceOnDisplayChange Method
|
Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public abstract void OnDisplayChange(
int bitsPerPixel,
int xPixels,
int yPixels
)
Public MustOverride Sub OnDisplayChange (
bitsPerPixel As Integer,
xPixels As Integer,
yPixels As Integer
)
public:
virtual void OnDisplayChange(
int bitsPerPixel,
int xPixels,
int yPixels
) abstract
abstract OnDisplayChange :
bitsPerPixel : int *
xPixels : int *
yPixels : int -> unit
Parameters
- bitsPerPixel Int32
-
- xPixels Int32
-
- yPixels Int32
-
See Also