C# 클래스 VncSharpWpf.Encodings.PixelReader

Used to read the appropriate number of bytes from the server based on the width of pixels and convert to a GDI+ colour value (i.e., BGRA).
파일 보기 프로젝트 열기: nakano531/VncSharpWpf 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
framebuffer Framebuffer
reader System.IO.BinaryReader

공개 메소드들

메소드 설명
ReadPixel ( ) : int

보호된 메소드들

메소드 설명
PixelReader ( BinaryReader reader, Framebuffer framebuffer ) : System
ToGdiPlusOrder ( byte red, byte green, byte blue ) : int

메소드 상세

PixelReader() 보호된 메소드

protected PixelReader ( BinaryReader reader, Framebuffer framebuffer ) : System
reader System.IO.BinaryReader
framebuffer Framebuffer
리턴 System

ReadPixel() 공개 추상적인 메소드

public abstract ReadPixel ( ) : int
리턴 int

ToGdiPlusOrder() 보호된 메소드

protected ToGdiPlusOrder ( byte red, byte green, byte blue ) : int
red byte
green byte
blue byte
리턴 int

프로퍼티 상세

framebuffer 보호되어 있는 프로퍼티

protected Framebuffer framebuffer
리턴 Framebuffer

reader 보호되어 있는 프로퍼티

protected BinaryReader,System.IO reader
리턴 System.IO.BinaryReader