Click or drag to resize

RenderMapInfo Class

Information used when creating a render map
Inheritance Hierarchy
SystemObject
  Demo3D.GuiRenderMapInfo

Namespace:  Demo3D.Gui
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public class RenderMapInfo

The RenderMapInfo type exposes the following members.

Constructors
  NameDescription
Public methodRenderMapInfo
Initializes a new instance of the RenderMapInfo class
Top
Properties
  NameDescription
Public propertyBitsPerPixel
The bit format to capture the image
Public propertyFieldOfViewY
Field of view of the render (in degrees).
Public propertyImageHeight
Height of the output image.
Public propertyImageWidth
Width of the output image.
Public propertyMaxDepth
Maximum distance to render.
Public propertyMinDepth
Minimum distance to render.
Public propertyPosition
Position of the camera.
Public propertyRotationAngle
The rotation of the camera about its forward axis (in radians).
Public propertyTarget
Target of the camera
Top
See Also