![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.10.29
|
Leadtools.Windows.D2DRendering Namespace : D2DSurface Class |
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
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.