DicomObjects.NET.8.48 Documentation
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 read-write property Plane: Plane3D; 
    public function get,set Plane : Plane3D
    public: __property Plane3D get_Plane();
    public: __property void set_Plane( 
       Plane3D value
    );
    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.8 or higher

    See Also