RenderDepthOfFieldParameters Class |
Namespace: Lumiscaphe.Workshop.Interop
The RenderDepthOfFieldParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| RenderDepthOfFieldParameters |
Initializes a new instance of the RenderDepthOfFieldParameters class.
| |
| RenderDepthOfFieldParameters(Boolean, Single, Single, Single, Single) |
Initializes a new instance of the RenderDepthOfFieldParameters class using the specified parameters.
|
| Name | Description | |
|---|---|---|
| FilmWidth |
Gets or sets the size of the camera sensor width in millimeters.
| |
| Focal |
Gets or sets the lens focal length in millimeters.
| |
| IsDisposed |
Gets a value indicating whether this instance is disposed.
| |
| IsEnabled |
Gets or sets a value indicating whether depth of field is enabled.
| |
| Quality |
Gets or sets the depth of field quality (value between 0 and 1).
| |
| Radius |
Gets or sets the size of the camera aperture in millimeters.
|
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the RenderDepthOfFieldParameters | |
| 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 |
Format the RenderDepthOfFieldParameters to a String.
(Overrides ObjectToString.) |