VncPixelFormat MembersRemoteViewing

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.
Back to Top
Methods

  NameDescription
Public methodStatic memberCopy( 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.
Public methodStatic memberCopy(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.
Public methodEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Overrides OnlineObject Equals(Object).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides OnlineObject GetHashCode .)
Back to 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 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.
Back to Top
See Also