C# 클래스 ShowIt.DesktopCapture

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
DesktopCapture ( ConferenceAttendee attendee ) : System
SnapAPicture ( Rectangle rect, GDIDIBSection pixMap ) : void

Take a snapshot of the current held context. Use the rectangle as the area of the source that is to be captured.

비공개 메소드들

메소드 설명
RunSnaps ( ) : void

This thread routine takes snapshots of the screen periodically. The frame rate is governed by the FrameRate property of the window. The frame rate is governed by taking time stamps after each frame is captured and sent to the network. If there is more than 10 ms before the next frame is to be captured, the thread will sleep for that amount of time before performing the next capture.

SendSnapshot ( ) : void
SnapClientArea ( ) : void

메소드 상세

DesktopCapture() 공개 메소드

public DesktopCapture ( ConferenceAttendee attendee ) : System
attendee ConferenceAttendee
리턴 System

SnapAPicture() 공개 메소드

Take a snapshot of the current held context. Use the rectangle as the area of the source that is to be captured.
public SnapAPicture ( Rectangle rect, GDIDIBSection pixMap ) : void
rect System.Drawing.Rectangle The Source area to be captured.
pixMap NewTOAPIA.Drawing.GDI.GDIDIBSection The PixelBuffer object that will receive the snapshot.
리턴 void