DicomObjects.NET.V8
DicomObjects Namespace / DicomLabel Class / Plane Property



In This Topic
    Plane Property
    In This Topic
    The plane on which this label will be displayed when used on a 3D image
    Syntax
    'Declaration
     
    Public Property Plane As Plane3D
    'Usage
     
    Dim instance As DicomLabel
    Dim value As Plane3D
     
    instance.Plane = value
     
    value = instance.Plane
    public Plane3D Plane {get; set;}
    public:
    property Plane3D Plane {
       Plane3D get();
       void set (    Plane3D value);
    }
    Remarks
    To ensure that labels are only shown where appropriate, use of Rescale on a label o a 3D image records the plane displayed when the rescale was performed, and the label is only displayed when the image is displayed in the same plane (though it could be rotated and scaled without preventing display - in this case the label will be rotated and scaled by the same amount).
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also