ComponentOne Bitmap for UWP
FillMesh Method (CommandSink)

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > CommandSink Interface : FillMesh Method
HRESULT ID2D1CommandSink::FillMesh([In] ID2D1Mesh* mesh,[In] ID2D1Brush* brush)
Syntax
'Declaration
 
Sub FillMesh( _
   ByVal mesh As Mesh, _
   ByVal brush As Brush _
) 
void FillMesh( 
   Mesh mesh,
   Brush brush
)

Parameters

mesh
brush
See Also

Reference

CommandSink Interface
CommandSink Members