次の方法で共有


Device.CopyRects メソッド (Surface, Rectangle, Surface, Point)

[このドキュメントはプレビュー版であり、後のリリースで変更されることがあります。 空白のトピックは、プレースホルダーとして挿入されています。]

Rectangle の指定した位置に Surface をコピーします。

名前空間:  Microsoft.WindowsMobile.DirectX.Direct3D
アセンブリ:  Microsoft.WindowsMobile.DirectX (Microsoft.WindowsMobile.DirectX.dll 内)

構文

'宣言
Public Sub CopyRects ( _
    sourceSurface As Surface, _
    sourceRectangle As Rectangle, _
    destinationSurface As Surface, _
    destinationPoint As Point _
)
'使用
Dim instance As Device
Dim sourceSurface As Surface
Dim sourceRectangle As Rectangle
Dim destinationSurface As Surface
Dim destinationPoint As Point

instance.CopyRects(sourceSurface, sourceRectangle, _
    destinationSurface, destinationPoint)
public void CopyRects(
    Surface sourceSurface,
    Rectangle sourceRectangle,
    Surface destinationSurface,
    Point destinationPoint
)
public:
void CopyRects(
    Surface^ sourceSurface, 
    Rectangle sourceRectangle, 
    Surface^ destinationSurface, 
    Point destinationPoint
)
member CopyRects : 
        sourceSurface:Surface * 
        sourceRectangle:Rectangle * 
        destinationSurface:Surface * 
        destinationPoint:Point -> unit 

パラメーター

.NET Framework セキュリティ

プラットフォーム

Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。 サポートされているバージョンについては、「.NET フレームワークのシステム要件」を参照してください。

バージョン情報

.NET Compact Framework

サポート対象 : 3.5、2.0

参照

参照

Device クラス

Device メンバー

CopyRects オーバーロード

Microsoft.WindowsMobile.DirectX.Direct3D 名前空間