DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImageCurvedMPR Class
Members






In This Topic
    DicomImageCurvedMPR Class
    In This Topic
    Class to display 3D DICOM data as a curved MPR
    Object Model
    DicomImageCurvedMPR Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public Class DicomImageCurvedMPR 
       Inherits DicomImage
    'Usage
     
    
    Dim instance As DicomImageCurvedMPR
    [System.Reflection.DefaultMember("Item")]
    public class DicomImageCurvedMPR : DicomImage 
    public class DicomImageCurvedMPR = class(DicomImage)
    System.Reflection.DefaultMemberAttribute("Item")
    public class DicomImageCurvedMPR extends DicomImage
    [System.Reflection.DefaultMember("Item")]
    public __gc class DicomImageCurvedMPR : public DicomImage 
    [System.Reflection.DefaultMember("Item")]
    public ref class DicomImageCurvedMPR : public DicomImage 
    Remarks

    This object allows the display of an arbitrary plane through a 3D volume, as defined by the data passed to the SetCurve method. In most cases this is likely to represent a simple curved plane (curved in one dimension and straight in the other), but arbitrary data points are possible. DicomObjects will interpolate between the cooridinates provided.

    Inheritance Hierarchy

    System.Object
       DicomObjects.DicomImage
          DicomObjects.DicomImageCurvedMPR

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also