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