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