C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct2D Namespace / RenderTarget Class / FillMesh Method

In This Topic
FillMesh Method (RenderTarget)
In This Topic
void ID2D1RenderTarget::FillMesh([In] ID2D1Mesh* mesh,[In] ID2D1Brush* brush)
Syntax
'Declaration
 
Public Sub FillMesh( _
   ByVal mesh As Mesh, _
   ByVal brush As Brush _
) 
 

Parameters

mesh
brush
See Also