IExtendedRootGrafPort

IExtendedRootGrafPort is an extended IBaseRootGrafPort.It defines the coordinate system and mapping mode of the device. IExtendedRootGrafPort is an extended IBaseRootGrafPort. However, IExtendedRootGrafPort uses device coordinate which is in pixels to draw all the graphics except text which is specified in point size only. IExtendedRootGrafPort defines the coordinate system and mapping mode of the device.


IExtendedRootGrafPort - Member Functions and Data by Group

Constructors & Destructor

Use the constructors and destructor in this group to create and destroy objects of class IExtendedRootGrafPort.


[view class]
~IExtendedRootGrafPort
public:
virtual ~IExtendedRootGrafPort()
Destroys the IExtendedRootGrafPort object.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
IExtendedRootGrafPort


Overload 1
Creates an IExtendedRootGrafPort with a handle of device context, type of coordinate system, and mapping mode.
public:
IExtendedRootGrafPort( IPresSpaceHandle deviceContextToBeAdopted, ICoordinateSystem::EOrientation, EDeviceMappingMode = kPixel )

deviceContextToBeAdopted
The handle of the device context to be adopted.
ICoordinateSystem::EOrientation
The type of coordinate system.
EDeviceMappingMode
The mapping mode. The default value is kPixel.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Overload 2
Creates an IExtendedRootGrafPort with a handle of device context and mapping mode. The type of coordinate system will be determined by ICoordinateSystem::applicationOrientation settings.
public:
IExtendedRootGrafPort( IPresSpaceHandle deviceContextToBeAdopted, EDeviceMappingMode = kPixel )

deviceContextToBeAdopted
The handle of the device context to be adopted.
EDeviceMappingMode
The mapping mode. The default value is kPixel.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


IExtendedRootGrafPort - Inherited Member Functions and Data

Inherited Public Functions

IBaseRootGrafPort
IGrafPort

Inherited Public Data

Inherited Protected Functions

IGrafPort
IBaseRootGrafPort

Inherited Protected Data