VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Info Namespace / ImageRegion Class / Y Property
Синтаксис Требования Смотрите также
В этом разделе
    Y Свойство (ImageRegion)
    В этом разделе
    Возвращает координату Y левого верхнего угла региона.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The Y coordinate of the left-top corner of the region.")>
    <ReadOnlyAttribute(True)>
    Public ReadOnly Property Y As System.Int32
    
    
    [Description("The Y coordinate of the left-top corner of the region.")]
    [ReadOnly(True)]
    public System.Int32 Y { get; }
    
    
    [Description("The Y coordinate of the left-top corner of the region.")]
    [ReadOnly(True)]
    public: __property System.Int32 get_Y();
    
    
    
    [Description("The Y coordinate of the left-top corner of the region.")]
    [ReadOnly(True)]
    public:
    property System.Int32 Y { System.Int32 get(); }
    Требования

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

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