Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

D2DSurface Class






Members 
Represents a DirectX drawing surface.
Object Model
Syntax
public sealed class D2DSurface : System.Windows.Controls.ContentControl 
'Declaration
 
Public NotInheritable Class D2DSurface 
   Inherits System.Windows.Controls.ContentControl
'Usage
 
Dim instance As D2DSurface

            

            
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

See Also

Reference

D2DSurface Members
Leadtools.Windows.D2DRendering Namespace

Error processing SSI file