C# Класс PTZ.PTZDevice

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetDevice ( string name, PTZType type ) : PTZDevice
Move ( int x, int y ) : void
Zoom ( int direction ) : int

Приватные методы

Метод Описание
GetCurrentZoom ( ) : int
InitZoomRanges ( ) : void
MoveInternal ( KSProperties axis, int value ) : void
PTZDevice ( string name, PTZType type ) : System
SupportFor ( KSProperties feature ) : bool

Описание методов

GetDevice() публичный статический Метод

public static GetDevice ( string name, PTZType type ) : PTZDevice
name string
type PTZType
Результат PTZDevice

Move() публичный Метод

public Move ( int x, int y ) : void
x int
y int
Результат void

Zoom() публичный Метод

public Zoom ( int direction ) : int
direction int
Результат int