Bitmap.Clone
Clone(Rectangle, PixelFormat)
このセクションのコピーを作成しますBitmapによって定義されますRectanglestructure および指定されたPixelFormat列挙.
public Bitmap Clone(Rectangle rect, PixelFormat format)
パラメータ | タイプ | 説明 |
---|---|---|
rect | Rectangle | この部分を定義しますBitmapto copy. 座標はこれを基準にしていますBitmap. |
format | PixelFormat | を指定しますPixelFormatthe 宛先の列挙Bitmap. |
戻り値
新しいBitmapこのメソッドが作成するもの。
関連項目
- struct Rectangle
- enum PixelFormat
- class Bitmap
- 名前空間 System.Drawing
- 組み立て Aspose.Drawing
Clone(RectangleF, PixelFormat)
このセクションのコピーを作成しますBitmap指定されたPixelFormat列挙.
public Bitmap Clone(RectangleF rect, PixelFormat format)
パラメータ | タイプ | 説明 |
---|---|---|
rect | RectangleF | この部分を定義しますBitmapコピーする。 |
format | PixelFormat | を指定しますPixelFormat宛先の列挙Bitmap. |
戻り値
のBitmapこのメソッドが作成するもの。
例外
例外 | 調子 |
---|---|
OutOfMemoryException | rectソース ビットマップの範囲外です。 |
ArgumentException | 高さまたは幅rectは 0 です。 |
関連項目
- struct RectangleF
- enum PixelFormat
- class Bitmap
- 名前空間 System.Drawing
- 組み立て Aspose.Drawing