C# Класс AForge.Video.DirectShow.Internals.RECT

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Bottom int
Left int
Right int
Top int

Описание свойств

Bottom публичное свойство

Specifies the y-coordinate of the lower-right corner of the rectangle.
public int Bottom
Результат int

Left публичное свойство

Specifies the x-coordinate of the upper-left corner of the rectangle.
public int Left
Результат int

Right публичное свойство

Specifies the x-coordinate of the lower-right corner of the rectangle.
public int Right
Результат int

Top публичное свойство

Specifies the y-coordinate of the upper-left corner of the rectangle.
public int Top
Результат int