The VncPixelFormat type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
VncPixelFormat |
Initializes a new instance of the VncPixelFormat class,
with 8 bits each of red, green, and blue channels.
| |
VncPixelFormat(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean, Boolean) |
Initializes a new instance of the VncPixelFormat class.
|
Methods
Name | Description | |
---|---|---|
Copy( Byte , Int32, VncPixelFormat, VncRectangle, Byte , Int32, VncPixelFormat, Int32, Int32) |
Copies pixels between two byte arrays. A format conversion is performed if necessary.
Be sure to lock SyncRoot first to avoid tearing,
if the connection is active.
| |
Copy(IntPtr, Int32, VncPixelFormat, VncRectangle, IntPtr, Int32, VncPixelFormat, Int32, Int32) |
Copies pixels. A format conversion is performed if necessary.
Be sure to lock SyncRoot first to avoid tearing,
if the connection is active.
| |
Equals | (Overrides Object Equals(Object).) | |
GetHashCode | Serves as a hash function for a particular type. (Overrides Object GetHashCode .) |
Properties
Name | Description | |
---|---|---|
BitDepth |
The bit depth of the pixel.
| |
BitsPerPixel |
The number of bits used to store a pixel.
| |
BlueBits |
The number of bits used to represent blue.
| |
BlueShift |
The number of bits left the blue value is shifted.
| |
BytesPerPixel |
The number of bytes used to store a pixel.
| |
GreenBits |
The number of bits used to represent green.
| |
GreenShift |
The number of bits left the green value is shifted.
| |
IsLittleEndian | true if the pixel is little-endian, or false if it is big-endian.
| |
IsPalettized | true if the framebuffer stores palette indices, or false if it stores colors.
| |
RedBits |
The number of bits used to represent red.
| |
RedShift |
The number of bits left the red value is shifted.
|
See Also