Overload List
| 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.
|
See Also