:: com :: sun :: star :: drawing ::

enum ProjectionMode
Description
defines whether the 3D objects are to be drawn in perspective or parallel projection.

Values
PARALLEL the 3D objects are drawn in the parallel projection.  
PERSPECTIVE the 3D objects are drawn in the perspective projection.  
Values' Details
PARALLEL
PARALLEL,
Description
the 3D objects are drawn in the parallel projection.
PERSPECTIVE
PERSPECTIVE,
Description
the 3D objects are drawn in the perspective projection.
Top of Page