Click or drag to resize

RenderPresentParameters Structure

The RenderPresentParameters structure describes how the rendering will be displayed on the client side.

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

The RenderPresentParameters type exposes the following members.

Constructors
  NameDescription
Public methodRenderPresentParameters(RenderResolution)
Initializes a new instance of the RenderPresentParameters structure using a resolution.
The position is set to Empty and the rendering and client resolution are set to resolution
Public methodRenderPresentParameters(RenderPosition, RenderResolution, RenderResolution)
Initializes a new instance of the RenderPresentParameters structure using the specified parameters.
Top
Properties
  NameDescription
Public propertyBuffer
Gets or sets the present buffer.
Public propertyClearColor
Gets or sets the clear color.
Public propertyClientResolution
Gets or sets the client resolution.
Public propertyStatic memberEmpty
Gets an empty present parameters.
Public propertyFlipX
Gets or sets a value indicating whether the blitter should flip on x axis.
Public propertyFlipY
Gets or sets a value indicating whether the blitter should flip on y axis.
Public propertyPosition
Gets or sets the top left position.
Public propertyResolution
Gets or sets the rendering 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 RenderPresentParameters to a String.
(Overrides ValueTypeToString.)
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also