Copies a region of a GdPicture image into the Clipboard.
public GdPictureStatus CopyRegionToClipboard( int ImageID, int SrcLeft, int SrcTop, int Width, int Height );
Public Function CopyRegionToClipboard( ByVal ImageID As Integer, ByVal SrcLeft As Integer, ByVal SrcTop As Integer, ByVal Width As Integer, ByVal Height As Integer ) As GdPictureStatus
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. |
|
SrcLeft |
The left source pixel. |
|
SrcTop |
The top source pixel. |
|
Width |
Width of the region in pixel. |
|
Height |
Height of the region in pixel. |
A member of the GdPictureStatus enumeration.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|