バージョン

CopyGraphics メソッド

提供されたソース四角形とコピー先のポイントに基づいて、ひとつのグラフィックスオブジェクトのコンテンツをもう一方にコピーします。
シンタックス
'宣言
 
Public Shared Function CopyGraphics( _
   ByVal destGraphics As Graphics, _
   ByVal destLocation As Point, _
   ByVal sourceGraphics As Graphics, _
   ByVal sourceRect As Rectangle _
) As Boolean
public static bool CopyGraphics( 
   Graphics destGraphics,
   Point destLocation,
   Graphics sourceGraphics,
   Rectangle sourceRect
)

パラメータ

destGraphics
コンテンツをコピーされるグラフィックスオブジェクト
destLocation
コンテンツがコピーされるコピー先のグラフィックス内の場所。
sourceGraphics
コンテンツがコピーされるグラフィックスオブジェクト
sourceRect
コンテンツがコピーされるソースのグラフィックスオブジェクト内の四角形

戻り値の型

コピーが成功した場合Trueを返します。
参照