 | FastBitmapCopyRegion 方法 (Bitmap, Bitmap, Rectangle, Rectangle) |
Sweet 开发框架
Copies a region of the source bitmap to a target bitmap
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static void CopyRegion(
Bitmap source,
Bitmap target,
Rectangle srcRect,
Rectangle destRect
)
Public Shared Sub CopyRegion (
source As Bitmap,
target As Bitmap,
srcRect As Rectangle,
destRect As Rectangle
)
static member CopyRegion :
source : Bitmap *
target : Bitmap *
srcRect : Rectangle *
destRect : Rectangle -> unit
参数
- source
- 类型:System.DrawingBitmap
The source image to copy - target
- 类型:System.DrawingBitmap
The target image to be altered - srcRect
- 类型:System.DrawingRectangle
The region on the source bitmap that will be copied over - destRect
- 类型:System.DrawingRectangle
The region on the target bitmap that will be changed
异常
参见