| Description | Hierarchy | Fields | Methods | Properties |
type TAdDisplay = record
TAdDisplay represents the video display settings. This record is used for setting the size of the video area used by TAdDraw.
Width: integer; |
Height: integer; |
BitDepth: TAdBitDepth; |
Freq: integer; |
DisplayMode: TAdWindowDisplayMode; |
Width: integer; |
|
The width of the video surface. |
Height: integer; |
|
The hieght of the video surface. |
BitDepth: TAdBitDepth; |
|
The bit depth the video surface should be created with. This property only affects the fullscreen mode. |
Freq: integer; |
|
The horizontal display refresh frequncy. This property only affects the fullscreen mode. |
DisplayMode: TAdWindowDisplayMode; |
|
The mode the display is created in. See also
|