The VncPixelFormat type exposes the following members.
Back to Top
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 .) |
See Also