Print CATPrintViewerImage
Usage: you must use this class as is. You should never derive it.
public class CATPrintViewerImage
Class to create an image for viewer printing.
Constructor and Destructor Index
- o
CATPrintViewerImage(CATViewer*,int,int)
- Constructs a print viewer image.
- o
CATPrintViewerImage(CATViewer*,CAT2DViewpoint*,CATMathPoint2Df&,CATMathPoint2Df&,int,int)
- Constructs a print viewer image with two points in pixel coordinates.
- o
~CATPrintViewerImage()
-
Method Index
- o
GetViewer(void)
- Returns the viewer to print.
Constructor and Destructor
o CATPrintViewerImage
public CATPrintViewerImage( | | iViewer, |
| | iMode | = CATPRINTRENDER_DEFAULT, |
| | iCaptureSize | = 0) |
-
Constructs a print viewer image.
- Parameters:
-
- iViewer
- The viewer to print.
- iMode
- The printing render mode.
.
Legal values: The default is CATPRINTRENDER_DEFAULT.
- iCaptureSize
- The capture printing size is 0 (model size) or 1 (display size).
The default is 0.
o CATPrintViewerImage
public CATPrintViewerImage( | | iViewer, |
| | i2DViewpoint, |
| const | iBottomLeft, |
| const | iTopRight, |
| | iMode | = CATPRINTRENDER_DEFAULT, |
| | iCaptureSize | = 0) |
-
Constructs a print viewer image with two points in pixel coordinates.
- Parameters:
-
- iViewer
- The viewer to print.
- i2DViewpoint
- The 2D-viewpoint for printing the viewer.
- iBottomLeft
- The bottom left point. See CATMathPoint2Df.
- iTopRight
- The top right point. See CATMathPoint2Df.
- iMode
- The printing render mode.
.
Legal values: The default is CATPRINTRENDER_DEFAULT.
- iCaptureSize
- The capture printing size is 0 (model size) or 1 (display size).
The default is 0.
o ~CATPrintViewerImage
public virtual ~CATPrintViewerImage( | ) |
-
Methods
o GetViewer
-
Returns the viewer to print.
- Returns:
- The viewer to print.
This object is included in the file: CATPrintViewerImage.h
If needed, your Imakefile.mk should include the module: CATPrint
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.