C# Класс Capture.Interface.Screenshot

Наследование: System.MarshalByRefObject, IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( ) : void
Screenshot ( System.Guid requestId, byte capturedBitmap ) : System
Screenshot ( System.Guid requestId, byte capturedBitmap, int width, int height, int pitch ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

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

Метод Описание
Disconnect ( ) : void

Disconnects the remoting channel(s) of this object and all nested objects.

InitializeLifetimeService ( ) : object

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

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

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

public Screenshot ( System.Guid requestId, byte capturedBitmap ) : System
requestId System.Guid
capturedBitmap byte
Результат System

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

public Screenshot ( System.Guid requestId, byte capturedBitmap, int width, int height, int pitch ) : System
requestId System.Guid
capturedBitmap byte
width int
height int
pitch int
Результат System