DicomObjects.NET.V8
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 Vector3D
    'Usage
     
    Dim instance As Plane3D
    Dim value As Vector3D
     
    value = instance.Horizontal2D()
    public Vector3D Horizontal2D()
    public:
    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.0 or higher

    See Also