VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.UI Namespace / MprSliceView Class
Constructors Properties Methods Events SeeAlso
In This Topic
    MprSliceView Class Members
    In This Topic
    The following tables list the members exposed by MprSliceView.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a transformer, which is used for building of this view.
    Public PropertyGets or sets an interaction controller of this view.
    Public PropertyGets a value indicating whether this view is building.
    Public PropertyGets or sets a value indicating whether this view is visible.
    Public PropertyGets the MPR slice visualizer.
    Public PropertyGets or sets a transformer, which must be used for transforming (moving, resizing, rotating, etc) of this view.
    Public Methods
     NameDescription
    Public MethodDraws the view on specified System.Drawing.Graphics.
    Public MethodReturns a bounding box of object, in object space.
    Public MethodReturns a drawing rectangle of object, in object space.
    Public MethodReturns a point transformation from interactive object space to the specified ImageViewer space.
    Public MethodDetermines that point belongs the selection.
    Protected Methods
     NameDescription
    Protected MethodDraws the MPR slice on the System.Drawing.Graphics in the coordinate space of MPR slice.
    Protected MethodReturns the background slice area.
    Protected MethodRaises the BuilderChanged event.
    Protected MethodRaises the BuilderChanging event.
    Protected MethodRaises the InteractionControllerChanged event.
    Protected MethodRaises the InteractionControllerChanging event.
    Protected MethodRaises the StateChanged event.
    Protected MethodRaises the TransformerChanged event.
    Protected MethodRaises the TransformerChanging event.
    Public Events
     NameDescription
    Public EventOccurs when builder is changed.
    Public EventOccurs when builder is changing.
    Public EventOccurs when interaction controller is changed.
    Public EventOccurs when interaction controller is changing.
    Public EventOccurs when the object state is changed.
    Public EventOccurs when transformer is changed.
    Public EventOccurs when transformer is changing.
    See Also