←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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Rendering Assembly
Click or drag to resize