Print CATPrintPixelImageDevice

Usage: you can derive this class.


public class CATPrintPixelImageDevice

Class to create CATPixelImage devices.


Constructor and Destructor Index


o CATPrintPixelImageDevice()
Constructs a CATPrintPixelImageDevice.
o CATPrintPixelImageDevice(CATPixelImage*)
Constructs a CATPrintPixelImageDevice from a CATPixelImage object.
o ~CATPrintPixelImageDevice()
Destructor.

Method Index


o Begin(CATPrintParameters&)
Initializes the pixel image device.
o End(void)
Ends the device.
o SetPixelImage(CATPixelImage*)
Sets the pixel image associated to the device.

Constructor and Destructor


o CATPrintPixelImageDevice
public CATPrintPixelImageDevice()
Constructs a CATPrintPixelImageDevice.
o CATPrintPixelImageDevice
public CATPrintPixelImageDevice( iPixelImage)
Constructs a CATPrintPixelImageDevice from a CATPixelImage object.
Parameters:
iPixelImage
The pixel image associated to the device.
o ~CATPrintPixelImageDevice
public virtual ~CATPrintPixelImageDevice()
Destructor.

Methods


o Begin
public Begin( const iParameters)
Initializes the pixel image device.
Parameters:
iParameters
The parameters of the generator.
Returns:
The status of the method.
Legal values: 0 if device initialization failed, 1 otherwise.
o End
public End( )
Ends the device.
o SetPixelImage
public SetPixelImage( iPixelImage)
Sets the pixel image associated to the device.
Parameters:
iPixelImage
The pixel image associated to the device. The pixel image could be allocated by default constructor.

This object is included in the file: CATPrintPixelImageDevice.h
If needed, your Imakefile.mk should include the module: CATPrint

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.