VncPixelFormat Class

RemoteViewing
Describes the low-level arrangement of a framebuffer pixel.
Inheritance Hierarchy

SystemObject
  RemoteViewing.VncVncPixelFormat

Namespace:  RemoteViewing.Vnc
Assembly:  RemoteViewing (in RemoteViewing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public sealed class VncPixelFormat

The VncPixelFormat type exposes the following members.

Constructors

  NameDescription
Public methodVncPixelFormat
Initializes a new instance of the VncPixelFormat class, with 8 bits each of red, green, and blue channels.
Public methodVncPixelFormat(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean, Boolean)
Initializes a new instance of the VncPixelFormat class.
Top
Properties

  NameDescription
Public propertyBitDepth
The bit depth of the pixel.
Public propertyBitsPerPixel
The number of bits used to store a pixel.
Public propertyBlueBits
The number of bits used to represent blue.
Public propertyBlueShift
The number of bits left the blue value is shifted.
Public propertyBytesPerPixel
The number of bytes used to store a pixel.
Public propertyStatic memberFormat32bpp
Public propertyStatic memberFormat8bpp
Public propertyGreenBits
The number of bits used to represent green.
Public propertyGreenShift
The number of bits left the green value is shifted.
Public propertyIsLittleEndian
true if the pixel is little-endian, or false if it is big-endian.
Public propertyIsPalettized
true if the framebuffer stores palette indices, or false if it stores colors.
Public propertyRedBits
The number of bits used to represent red.
Public propertyRedShift
The number of bits left the red value is shifted.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Top
See Also

Reference