RenderSnapshooterParameters Class |
Namespace: Lumiscaphe.Workshop.Interop
The RenderSnapshooterParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| RenderSnapshooterParameters | Initializes a new instance of the RenderSnapshooterParameters class |
| Name | Description | |
|---|---|---|
| Alpha |
Gets or sets a value indicating whether the snapshot image is filtered by the alpha component.
| |
| HdrOutput |
Gets or sets a value indicating whether the snapshot image is HDR.
| |
| IsDisposed |
Gets a value indicating whether this instance is disposed.
| |
| Matting |
Gets or sets a value indicating whether the background of snapshot image is removed using triangulation matting.
| |
| MotionBlur |
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. | |
| MotionBlurPreviousFramePointOfView |
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. | |
| SoftwareAntialiasing |
Gets or sets a value indicating whether the software antialiasing is enabled.
| |
| SuperSampling |
Gets or sets the super sampling value.
|
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the RenderSnapshooterParameters | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |