Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

CreateD2DTileBrush Method






The System.Windows.Media.TileBrushbrush used to create D2DTileBrush instance.
Creates a D2DTileBrush from an instance of a System.Windows.Media.TileBrush.
Syntax
public D2DTileBrush CreateD2DTileBrush( 
   TileBrush brush
)
'Declaration
 
Public Function CreateD2DTileBrush( _
   ByVal brush As TileBrush _
) As D2DTileBrush
'Usage
 
Dim instance As D2DSurface
Dim brush As TileBrush
Dim value As D2DTileBrush
 
value = instance.CreateD2DTileBrush(brush)

            

            
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

See Also

Reference

D2DSurface Class
D2DSurface Members

Error processing SSI file