MprSliceRenderer Class Members
In This Topic
The following tables list the members exposed by
MprSliceRenderer.
Public Constructors
Public Properties
| Name | Description |
 | AdaptiveQualityComplexityThreshold | Gets or sets the adaptive quality complexity threshold. |
 | AdaptiveQualityStepCount | Gets or sets the maximum steps, which can be used to downscale the quality in preview process. |
 | Buffer | Gets the image, where slice is drawing. |
 | BufferSyncObject | Gets or sets the synchronization object, which is used to synchronize access to the Buffer image. |
 | InterpolationMode | Gets or sets the interpolation mode, which must be used for rendering of MPR slice. |
 | MprImage | Gets the MPR image that uses this slice renderer. |
 | QualityScale | Gets or sets the quality scale for slice rendering. |
 | RenderingMaxFps | Gets or sets the maximum renderer performance, in frame per second (FPS). |
 | Slice | Gets or sets the slice, which must be drawn on buffer. |
 | SliceTransform | Gets the transform, which must be applied to the Slice before rendering. |
 | Zoom | Gets or sets the zoom, which must be used for slice rendering. |
Public Methods
Protected Methods
Public Events
| Name | Description |
 | BufferChanged | Occurs when the reference to the buffer is changed. |
 | SliceDrawn | Occurs when the slice is drawn. |
See Also