Поделиться через


Device.CopyRects - метод (Surface, array<Rectangle[], Surface, array<Point[])

Обновлен: Ноябрь 2007

Копирует массив объектов Rectangle в заданную точку объекта Surface.

Пространство имен:  Microsoft.WindowsMobile.DirectX.Direct3D
Сборка:  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 function CopyRects(
    sourceSurface : Surface, 
    sourceRectangles : Rectangle[], 
    destinationSurface : Surface, 
    destinationPoints : Point[]
)

Параметры

Разрешения

Платформы

Windows CE, Windows Mobile for Smartphone, Windows Mobile для карманных ПК

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Compact Framework

Поддерживается в версиях: 3.5, 2.0

См. также

Ссылки

Device Класс

Device - члены

CopyRects - перегрузка

Microsoft.WindowsMobile.DirectX.Direct3D - пространство имен