Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <W32STD.H>

Struct TPixelsTwipsAndRotation

struct TPixelsTwipsAndRotation;

Description

Pixels, twips and rotation struct.

This is used to define a particular screen mode's screen size in twips and pixels, and its rotation.

Members

Defined in TPixelsTwipsAndRotation:

See also:


Member data


iPixelSize

TSize iPixelSize;

Description

The screen size, for a given screen mode, in pixels.


iTwipsSize

TSize iTwipsSize;

Description

The screen size, for a given screen mode, in twips.


iRotation

CFbsBitGc::TGraphicsOrientation iRotation;

Description

The screen rotation.