Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
QuadVideo
Resolution
C# Класс QuadVideo.Resolution
This object represents a simple row/column pair. it is no more complex than the POINT object found in typical Win32 calls, but it's name implies the representation of discrete resolution.
Показать файл
Открыть проект
Примеры использования класса
Открытые свойства
Свойство
Тип
Описание
Columns
int
Rows
int
Открытые методы
Метод
Описание
Resolution
(
int
columns
,
int
rows
) :
System
Описание методов
Resolution()
публичный
Метод
public
Resolution
(
int
columns
,
int
rows
) :
System
columns
int
rows
int
Результат
System
Описание свойств
Columns
публичное свойство
public
int
Columns
Результат
int
Rows
публичное свойство
public
int
Rows
Результат
int