DicomObjects.NET.8.48 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
    public DicomImage RefImage {get; set;}
    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.8 or higher

    See Also