VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Metadata Namespace / DicomFrameMetadata Class / PatientImageOrientationXAxis Property
Синтаксис Требования Смотрите также
В этом разделе
    PatientImageOrientationXAxis Свойство (DicomFrameMetadata)
    В этом разделе
    Возвращает вектор направления X-вектора для пациента изображения пациента.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("DICOM frame")>
    <DescriptionAttribute("The X-vector direction vector for patient of the patient image.")>
    Public ReadOnly Property PatientImageOrientationXAxis As Vintasoft.Imaging.VintasoftVector3D
    
    
    [Category("DICOM frame")]
    [Description("The X-vector direction vector for patient of the patient image.")]
    public Vintasoft.Imaging.VintasoftVector3D PatientImageOrientationXAxis { get; }
    
    
    [Category("DICOM frame")]
    [Description("The X-vector direction vector for patient of the patient image.")]
    public: __property Vintasoft.Imaging.VintasoftVector3D get_PatientImageOrientationXAxis();
    
    
    
    [Category("DICOM frame")]
    [Description("The X-vector direction vector for patient of the patient image.")]
    public:
    property Vintasoft.Imaging.VintasoftVector3D PatientImageOrientationXAxis { Vintasoft.Imaging.VintasoftVector3D get(); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также