MDisplayControlBase::TResolution Class Reference

class MDisplayControlBase::TResolution

Constructor & Destructor Documentation

TResolution(TSize, TSize, TBitFlags32)

TResolution ( TSize aPixelSize,
TSize aTwipsSize,
TBitFlags32 aFlags = ERotationNormalSupported
) [inline]

Parameters

TSize aPixelSize
TSize aTwipsSize
TBitFlags32 aFlags = ERotationNormalSupported

Member Enumerations Documentation

Enum anonymous

Enumerators

ERotationNormalSupported = 0
ERotation90Supported = 1
ERotation180Supported = 2
ERotation270Supported = 3
EIsVirtual = 4

Member Data Documentation

TBitFlags32 iFlags

TBitFlags32 iFlags

A bitwise combination of TDisplayConfiguration1::TGraphicsOrientation values.

TSize iPixelSize

TSize iPixelSize

The physical display size in pixels with no rotation (i.e. ERotationNormal). See SetConfiguration() .

TUint32 iReservedAlignmentSpare_0

TUint32 iReservedAlignmentSpare_0 [private]

Reserved for extension and alignment.

TSize iTwipsSize

TSize iTwipsSize

The physical display size in twips with no rotation (i.e. ERotationNormal). See SetConfiguration() .