←Select platform

ClearSurface Method

Summary

Clears the d2d drawing context with selected solid brush

Syntax
C#
VB
public static void ClearSurface(  
   D2DSurface context, 
   SolidColorBrush fill 
) 
Public Shared Sub ClearSurface( _ 
   ByVal context As D2DSurface, _ 
   ByVal fill As SolidColorBrush _ 
)  

Parameters

context
The d2d surface being cleared.

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

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly