VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImage Class / XAxis Property
Syntax Requirements SeeAlso
In This Topic
    XAxis Property (MprImage)
    In This Topic
    Gets the direction vector, of the MPR image cube by X axis.
    Syntax
    'Declaration
    
    <CategoryAttribute("Physical properties")>
    <DescriptionAttribute("The direction vector, of the MPR image cube by X axis.")>
    Public ReadOnly Property XAxis As Vintasoft.Imaging.VintasoftVector3D
    
    
    [Category("Physical properties")]
    [Description("The direction vector, of the MPR image cube by X axis.")]
    public Vintasoft.Imaging.VintasoftVector3D XAxis { get; }
    
    
    [Category("Physical properties")]
    [Description("The direction vector, of the MPR image cube by X axis.")]
    public: __property Vintasoft.Imaging.VintasoftVector3D get_XAxis();
    
    
    
    [Category("Physical properties")]
    [Description("The direction vector, of the MPR image cube by X axis.")]
    public:
    property Vintasoft.Imaging.VintasoftVector3D XAxis { Vintasoft.Imaging.VintasoftVector3D get(); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also