Device.CopyRects メソッド

名前 | 説明 |
---|---|
Device.CopyRects (Surface, Rectangle, Surface, Point) | Surface の指定した位置に Rectangle をコピーします。 .NET Compact Framework によってサポートされています。 |
Device.CopyRects (Surface, Rectangle[], Surface, Point[]) | 指定したポイントにある Surface の指定した位置に Rectangle オブジェクトの配列をコピーします。 .NET Compact Framework によってサポートされています。 |

Device.CopyRects メソッド (Surface, Rectangle, Surface, Point)
アセンブリ: 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 )
public void CopyRects ( Surface sourceSurface, Rectangle sourceRectangle, Surface destinationSurface, Point destinationPoint )
public function CopyRects ( sourceSurface : Surface, sourceRectangle : Rectangle, destinationSurface : Surface, destinationPoint : Point )


Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Device.CopyRects メソッド (Surface, Rectangle[], Surface, Point[])
アセンブリ: Microsoft.WindowsMobile.DirectX (microsoft.windowsmobile.directx.dll 内)

Public Sub CopyRects ( _ sourceSurface As Surface, _ sourceRectangles As Rectangle(), _ destinationSurface As Surface, _ destinationPoints As Point() _ )
Dim instance As Device Dim sourceSurface As Surface Dim sourceRectangles As Rectangle() Dim destinationSurface As Surface Dim destinationPoints As Point() instance.CopyRects(sourceSurface, sourceRectangles, destinationSurface, destinationPoints)
public void CopyRects ( Surface sourceSurface, Rectangle[] sourceRectangles, Surface destinationSurface, Point[] destinationPoints )
public: void CopyRects ( Surface^ sourceSurface, array<Rectangle>^ sourceRectangles, Surface^ destinationSurface, array<Point>^ destinationPoints )
public void CopyRects ( Surface sourceSurface, Rectangle[] sourceRectangles, Surface destinationSurface, Point[] destinationPoints )
public function CopyRects ( sourceSurface : Surface, sourceRectangles : Rectangle[], destinationSurface : Surface, destinationPoints : Point[] )


Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からDevice.CopyRectsを検索する場合は、下記のリンクをクリックしてください。

- Device.CopyRectsのページへのリンク