record TAdDisplay

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAdDisplay = record

Description

TAdDisplay represents the video display settings. This record is used for setting the size of the video area used by TAdDraw.

Overview

Fields

Width: integer;
Height: integer;
BitDepth: TAdBitDepth;
Freq: integer;
DisplayMode: TAdWindowDisplayMode;

Description

Fields

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
TAdDisplayMode

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:31:59