FillMesh Method (CommandSink)
In This Topic
HRESULT ID2D1CommandSink::FillMesh([In] ID2D1Mesh* mesh,[In] ID2D1Brush* brush)
Syntax
'Declaration
Sub FillMesh( _
ByVal As Mesh, _
ByVal As Brush _
)
void FillMesh(
Mesh ,
Brush
)
Parameters
- mesh
- brush
See Also