VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprPolylineSlice Class
Constructors Properties Methods Events SeeAlso
In This Topic
    MprPolylineSlice Class Members
    In This Topic
    The following tables list the members exposed by MprPolylineSlice.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the height, in millimeters, of the MPR slice. (Inherited from MprSlice)
    Public PropertyGets a value indicating whether the MPR slice is initializing. (Inherited from MprSlice)
    Public PropertyGets a value indicating whether MPR slice is read-only. (Inherited from MprSlice)
    Public PropertyGets or sets the location of the MPR polyline slice.
    Public PropertyGets or sets the reference points of the MPR polyline slice.
    Public PropertyGets or sets the slice rendering mode. (Inherited from MprSlice)
    Public PropertyGets or sets thickness of the slice in millimeters. (Inherited from MprSlice)
    Public PropertyGets or sets the width of the MPR slice.
    Public PropertyGets or sets the X-axis direction vector of the MPR slice.
    Public PropertyGets the X-axis points of the MPR polyline slice.
    Public PropertyGets or sets the Y-axis direction vector of the MPR slice.
    Public Methods
     NameDescription
    Public MethodSignals the MprSlice that initialization is starting. (Inherited from MprSlice)
    Public MethodCopies the state of the current object to the target object.
    Public MethodCreates a new MprPolylineSlice that is a copy of the current instance.
    Public MethodSignals the MprSlice that initialization is complete. (Inherited from MprSlice)
    Public MethodReturns a 3D transformation matrix, which should be applied to the current MPR slice for getting the specified MPR slice.
    Public MethodReturns the point perspective to the slice.
    Public MethodReturns the ReferencePoints in the word (MPR image) coordinates.
    Public MethodReturns a two-dimensional transformation matrix, which represents projection of three-dimensional transformation matrix.
    Public MethodSets read-only state of the MPR-slice. (Inherited from MprSlice)
    Public MethodUpdates the ReferencePoints with the 3D points in the word (MPR image) coordinates.
    Public MethodReturns a System.String that represents this instance.
    Public MethodApplies a 2D transformation to the MPR slice.
    Public MethodApplies a transformation to the MPR slice. (Inherited from MprSlice)
    Public MethodTransforms 2D point from slice coordinates to the word (MPR image) coordinates.
    Public MethodReturns a 2D transformation matrix, which should be applied to the current MPR slice for getting the specified MPR slice. (Inherited from MprSlice)
    Public MethodTries calcualte the point perspective to the slice. (Inherited from MprSlice)
    Protected Methods
     NameDescription
    Protected MethodCalculates X-axis points.
    Protected MethodChecks that MPR slice is read-only. (Inherited from MprSlice)
    Protected MethodInitializes MPR slice parameters. (Inherited from MprSlice)
    Protected MethodRaises the PropertyChanged event. (Inherited from MprSlice)
    Protected MethodResets the XAxisPoints value.
    Public Events
     NameDescription
    Public EventOccurs when the slice property is changed. (Inherited from MprSlice)
    See Also