←Select platform

ClearSurface Method

Summary

Clears the d2d drawing context with selected solid brush

Syntax

C#
VB
WinRT C#
public static void ClearSurface(  
   D2DSurface context, 
   SolidColorBrush fill 
) 
Public Shared Sub ClearSurface( _ 
   ByVal context As D2DSurface, _ 
   ByVal fill As SolidColorBrush _ 
)  
public static void ClearSurface(  
   D2DSurface context, 
   SolidColorBrush fill 
) 
 function Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.ClearSurface(  
   context , 
   fill  
) 

Parameters

context
The d2d surface being cleared.

fill
the solid brush we will use to clear the d2d surface.

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.Annotations.Rendering.WinForms Assembly