Click or drag to resize

RenderSnapshooterParameters Class

The RenderSnapshooterParameters class is used to configure the image quality of the snapshooter.
Inheritance Hierarchy
SystemObject
  Lumiscaphe.Workshop.InteropRenderSnapshooterParameters

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public sealed class RenderSnapshooterParameters : IDisposable

The RenderSnapshooterParameters type exposes the following members.

Constructors
  NameDescription
Public methodRenderSnapshooterParameters
Initializes a new instance of the RenderSnapshooterParameters class
Top
Properties
  NameDescription
Public propertyAlpha
Gets or sets a value indicating whether the snapshot image is filtered by the alpha component.
Public propertyHdrOutput
Gets or sets a value indicating whether the snapshot image is HDR.
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
Public propertyMatting
Gets or sets a value indicating whether the background of snapshot image is removed using triangulation matting.
Public propertyMotionBlur
Gets or sets a value indicating whether the motion blur is enabled.
Enable this when you want to snapshot a video with motion blur.
WARNING: This parameter must be set to false when snapshooting an image.
Public propertyMotionBlurPreviousFramePointOfView
Gets or sets the motion blur previous frame point of view.
This value is modified internaly using the point of view defined by the snapshot given during the snapshooting.
Public propertySoftwareAntialiasing
Gets or sets a value indicating whether the software antialiasing is enabled.
Public propertySuperSampling
Gets or sets the super sampling value.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the RenderSnapshooterParameters
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also