VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDisplayedArea Class / DisplayedAreaBottomRightCorner Property
Синтаксис Требования Смотрите также
В этом разделе
    DisplayedAreaBottomRightCorner Свойство (DicomDisplayedArea)
    В этом разделе
    Возвращает нижний правый пиксель изображения, на которое указывает ссылка, для отображения.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Dicom")>
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.PointFConverter)>
    <DescriptionAttribute("The bottom-right pixel in the referenced image to be displayed.")>
    Public ReadOnly Property DisplayedAreaBottomRightCorner As System.Drawing.PointF
    
    
    [Category("Dicom")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)]
    [Description("The bottom-right pixel in the referenced image to be displayed.")]
    public System.Drawing.PointF DisplayedAreaBottomRightCorner { get; }
    
    
    [Category("Dicom")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)]
    [Description("The bottom-right pixel in the referenced image to be displayed.")]
    public: __property System.Drawing.PointF get_DisplayedAreaBottomRightCorner();
    
    
    
    [Category("Dicom")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)]
    [Description("The bottom-right pixel in the referenced image to be displayed.")]
    public:
    property System.Drawing.PointF DisplayedAreaBottomRightCorner { System.Drawing.PointF get(); }

    Property Value

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

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

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