DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also