See Also Examples Applies To
Copies a region of the native GdPicture image into the Clipboard.
Syntax
object.CopyRegionToClipboard (nSrcLeft, nSrcTop, nWidth, nHeight)
The CopyRegionToClipboard syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nSrcLeft | Required. Long. The left source pixel. |
| nSrcTop | Required. Long. The top source pixel. |
| nWidth | Required. Long. Width of the region in pixel. |
| nHeight | Required. Long. height of the region in pixel. |
Returns
Long. GdPictureStatus
Category
Clipboard