←Select platform

D2DSurface Class

Summary

Represents a DirectX drawing surface.

Syntax

C#
VB
C++
public sealed class D2DSurface : IDisposable, ContentControl 
  
Public NotInheritable Class D2DSurface  
   Inherits System.Windows.Controls.ContentControl 
public ref class D2DSurface sealed : public System.Windows.Controls.ContentControl  

Remarks

The D2DSurface class provides methods for drawing objects on a DirectX device. This class cannot be inherited.

You can draw many different shapes and lines by using a D2DSurface object and calling methods such as the following methods:

Draw images by calling the DrawImage(rasterimage,rect,double) method.

Before performing any drawing operations you must call the BeginDraw method. After all drawing operations have finished you must call the EndDraw method. The EndDraw method causes any batched drawing operations to complete, and then returns true to indicate the operations were successful.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly