Click or drag to resize

RenderSnapshot Structure

The RenderSnapshot structure represents a rendering snapshot with a point of view, a frustum and a resolution.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public struct RenderSnapshot

The RenderSnapshot type exposes the following members.

Constructors
  NameDescription
Public methodRenderSnapshot(RenderPointOfView, RenderFrustum, RenderResolution)
Initializes a new instance of the RenderSnapshot structure using the specified parameters.
Public methodRenderSnapshot(RenderPointOfView, RenderFrustum, RenderResolution, RenderPosition)
Initializes a new instance of the RenderSnapshot structure using the specified parameters.
Top
Properties
  NameDescription
Public propertyStatic memberDefault
Gets the default rendering snapshot.
Public propertyFrustum
Gets or sets the frustum.
Public propertyPointOfView
Gets or sets the point of view.
Public propertyPosition
Gets or sets the position.
Public propertyResolution
Gets or sets the resolution.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Format the RenderSnapshot to a String.
(Overrides ValueTypeToString.)
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also