VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprSliceRenderer Class
Constructors Properties Methods Events SeeAlso
In This Topic
    MprSliceRenderer Class Members
    In This Topic
    The following tables list the members exposed by MprSliceRenderer.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the MprSliceRenderer class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the adaptive quality complexity threshold.
    Public PropertyGets or sets the maximum steps, which can be used to downscale the quality in preview process.
    Public PropertyGets the image, where slice is drawing.
    Public PropertyGets or sets the synchronization object, which is used to synchronize access to the Buffer image.
    Public PropertyGets or sets the interpolation mode, which must be used for rendering of MPR slice.
    Public PropertyGets the MPR image that uses this slice renderer.
    Public PropertyGets or sets the quality scale for slice rendering.
    Public PropertyGets or sets the maximum renderer performance, in frame per second (FPS).
    Public PropertyGets or sets the slice, which must be drawn on buffer.
    Public PropertyGets the transform, which must be applied to the Slice before rendering.
    Public PropertyGets or sets the zoom, which must be used for slice rendering.
    Public Methods
     NameDescription
    Public MethodAborts all rendering tasks.
    Public MethodSignals the object that initialization is starting.
    Public MethodDisposes all resources used by this MprSliceRenderer.
    Public MethodSignals the object that initialization is complete.
    Public MethodInvalidates the buffer and causes the renderer to redraw the buffer.
    Public MethodSets the size of the Buffer.
    Protected Methods
     NameDescription
    Protected MethodRaises the BufferChanged event.
    Protected MethodRaises the SliceDrawn event.
    Public Events
     NameDescription
    Public EventOccurs when the reference to the buffer is changed.
    Public EventOccurs when the slice is drawn.
    See Also