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