DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomLabel Class / RefImage Property



In This Topic
    RefImage Property
    In This Topic
    The image whose plane is used to control the placement of this image, as a line.
    Syntax
    'Declaration
     
    
    Public Property RefImage As DicomImage
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As DicomImage
     
    instance.RefImage = value
     
    value = instance.RefImage
    public DicomImage RefImage {get; set;}
    public:
    property DicomImage^ RefImage {
       DicomImage^ get();
       void set (    DicomImage^ value);
    }
    Remarks
    Unlike lines generated using the DicomImage.ReferenceLine method, this line is fully dynamic, and updates automatically if the plane displayed by the referenced image is changed.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also