Graphics.CopyFromScreen
コンテンツ
[
隠れる
]CopyFromScreen(Point, Point, Size)
ピクセルの四角形に対応するカラー データのビット ブロック転送を、画面からデバイスの描画面に実行します。Graphics.
public void CopyFromScreen(Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize)
パラメータ | タイプ | 説明 |
---|---|---|
upperLeftSource | Point | ソース四角形の左上隅の点。 |
upperLeftDestination | Point | コピー先の四角形の左上隅のポイント。 |
blockRegionSize | Size | 転送する領域のサイズ。 |
関連項目
- struct Point
- struct Size
- class Graphics
- 名前空間 System.Drawing
- 組み立て Aspose.Drawing
CopyFromScreen(int, int, int, int, Size, CopyPixelOperation)
ピクセルの四角形に対応するカラー データのビット ブロック転送を、画面からデバイスの描画面に実行します。Graphics.
public void CopyFromScreen(int sourceX, int sourceY, int destinationX, int destinationY,
Size blockRegionSize, CopyPixelOperation copyPixelOperation)
パラメータ | タイプ | 説明 |
---|---|---|
sourceX | Int32 | ソース四角形の左上隅のポイントの x 座標。 |
sourceY | Int32 | ソース四角形の左上隅のポイントの y 座標。 |
destinationX | Int32 | コピー先の四角形の左上隅にあるポイントの x 座標。 |
destinationY | Int32 | コピー先の四角形の左上隅にあるポイントの y 座標。 |
blockRegionSize | Size | 転送する領域のサイズ。 |
copyPixelOperation | CopyPixelOperation | 一つCopyPixelOperation 値。 |
関連項目
- struct Size
- enum CopyPixelOperation
- class Graphics
- 名前空間 System.Drawing
- 組み立て Aspose.Drawing
CopyFromScreen(Point, Point, Size, CopyPixelOperation)
ピクセルの四角形に対応するカラー データのビット ブロック転送を、画面からデバイスの描画面に実行します。Graphics.
public void CopyFromScreen(Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize,
CopyPixelOperation copyPixelOperation)
パラメータ | タイプ | 説明 |
---|---|---|
upperLeftSource | Point | ソース四角形の左上隅の点。 |
upperLeftDestination | Point | コピー先の四角形の左上隅のポイント。 |
blockRegionSize | Size | 転送する領域のサイズ.. |
copyPixelOperation | CopyPixelOperation | のねCopyPixelOperation 値。 |
関連項目
- struct Point
- struct Size
- enum CopyPixelOperation
- class Graphics
- 名前空間 System.Drawing
- 組み立て Aspose.Drawing