C# Class 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).
Afficher le fichier Open project: nakano531/VncSharpWpf Class Usage Examples

Protected Properties

Свойство Type Description
framebuffer Framebuffer
reader System.IO.BinaryReader

Méthodes publiques

Méthode Description
ReadPixel ( ) : int

Méthodes protégées

Méthode Description
PixelReader ( BinaryReader reader, Framebuffer framebuffer ) : System
ToGdiPlusOrder ( byte red, byte green, byte blue ) : int

Method Details

PixelReader() protected méthode

protected PixelReader ( BinaryReader reader, Framebuffer framebuffer ) : System
reader System.IO.BinaryReader
framebuffer Framebuffer
Résultat System

ReadPixel() public abstract méthode

public abstract ReadPixel ( ) : int
Résultat int

ToGdiPlusOrder() protected méthode

protected ToGdiPlusOrder ( byte red, byte green, byte blue ) : int
red byte
green byte
blue byte
Résultat int

Property Details

framebuffer protected_oe property

protected Framebuffer framebuffer
Résultat Framebuffer

reader protected_oe property

protected BinaryReader,System.IO reader
Résultat System.IO.BinaryReader