CreateD2DTileBrush Method

Summary

Creates a D2DTileBrush from an instance of a System.Windows.Media.TileBrush.

Syntax
C#
VB
C++
public D2DTileBrush CreateD2DTileBrush( 
   TileBrush brush 
) 
  
Public Function CreateD2DTileBrush( _ 
   ByVal brush As TileBrush _ 
) As D2DTileBrush 
public: 
D2DTileBrush^ CreateD2DTileBrush(  
   TileBrush^ brush 
)  

Parameters

brush
The System.Windows.Media.TileBrushbrush used to create D2DTileBrush instance.

Return Value

The created D2DTileBrush.

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.Windows.D2DRendering Assembly