VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDisplayedArea Class / PresentationPixelAspectRatio Property
Синтаксис Требования Смотрите также
В этом разделе
    PresentationPixelAspectRatio Свойство (DicomDisplayedArea)
    В этом разделе
    Возвращает соотношение вертикального и горизонтального размера пикселей изображения.
    Синтаксис
    'Declaration
    
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.PointFConverter)>
    <DescriptionAttribute("The ratio of the vertical size and the horizontal size of the pixels in the image.")>
    <CategoryAttribute("Dicom")>
    Public ReadOnly Property PresentationPixelAspectRatio As System.Drawing.PointF
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)]
    [Description("The ratio of the vertical size and the horizontal size of the pixels in the image.")]
    [Category("Dicom")]
    public System.Drawing.PointF PresentationPixelAspectRatio { get; }
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)]
    [Description("The ratio of the vertical size and the horizontal size of the pixels in the image.")]
    [Category("Dicom")]
    public: __property System.Drawing.PointF get_PresentationPixelAspectRatio();
    
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)]
    [Description("The ratio of the vertical size and the horizontal size of the pixels in the image.")]
    [Category("Dicom")]
    public:
    property System.Drawing.PointF PresentationPixelAspectRatio { System.Drawing.PointF get(); }

    Property Value

    Значение по умолчанию - PointF(1,1).
    Требования

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

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