DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / Plane3D Structure / Horizontal2D Method






In This Topic
    Horizontal2D Method
    In This Topic
    The arbitrary "X" axis for this plane
    Syntax
    'Declaration
     
    
    Public Function Horizontal2D() As System.Windows.Media.Media3D.Vector3D
    'Usage
     
    
    Dim instance As Plane3D
    Dim value As System.Windows.Media.Media3D.Vector3D
     
    value = instance.Horizontal2D()
    public System.Windows.Media.Media3D.Vector3D Horizontal2D()
    public function Horizontal2D(): System.Windows.Media.Media3D.Vector3D; 
    public function Horizontal2D() : System.Windows.Media.Media3D.Vector3D;
    public: System.Windows.Media.Media3D.Vector3D Horizontal2D(); 
    public:
    System.Windows.Media.Media3D.Vector3D Horizontal2D(); 

    Return Value

    The direction, in real world coordinates, of the X-axis of that frame of reference.
    Remarks
    In order to provide consistent display of 2D labels on 3D images, despite rotation of the 3D image, coordinates for 3D labels are treated as being relative to an arbitrary coordinate system, which is based on the direction of the normal to the plane.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also