public final class RenderModeType
extends com.aspose.ms.System.Enum
Enum RenderModeType: set of render mode types
Modifier and Type | Field and Description |
---|---|
static int |
BoundingBox
The "BoundingBox" render mode.
|
static int |
Illustration
The "Illustration" render mode.
|
static int |
ShadedIllustration
The "ShadedIllustration" render mode.
|
static int |
ShadedVertices
The "ShadedVertices" render mode.
|
static int |
ShadedWireframe
The "ShadedWireFrame" render mode.
|
static int |
Solid
The "Solid" render mode.
|
static int |
SolidOutline
The "SolidOutline" render mode.
|
static int |
SolidWireframe
The "SolidWireFrame" render mode.
|
static int |
Transparent
The "Transparent" render mode.
|
static int |
TransparentBoundingBox
The "TransparentBoundingBox" render mode.
|
static int |
TransparentBoundingBoxOutline
The "TransparentBoundingBoxOutline" render mode.
|
static int |
TransparentWareFrame
The "TransparentWareFrame" render mode.
|
static int |
Vertices
The "Vertices" render mode.
|
static int |
Wireframe
The "WireFrame" render mode.
|
public static final int Solid
The "Solid" render mode.
public static final int SolidWireframe
The "SolidWireFrame" render mode.
public static final int Transparent
The "Transparent" render mode.
public static final int TransparentWareFrame
The "TransparentWareFrame" render mode.
public static final int BoundingBox
The "BoundingBox" render mode.
public static final int TransparentBoundingBox
The "TransparentBoundingBox" render mode.
public static final int TransparentBoundingBoxOutline
The "TransparentBoundingBoxOutline" render mode.
public static final int Wireframe
The "WireFrame" render mode.
public static final int ShadedWireframe
The "ShadedWireFrame" render mode.
public static final int Vertices
The "Vertices" render mode.
public static final int ShadedVertices
The "ShadedVertices" render mode.
public static final int Illustration
The "Illustration" render mode.
public static final int SolidOutline
The "SolidOutline" render mode.
public static final int ShadedIllustration
The "ShadedIllustration" render mode.