ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / CommandSink Interface / FillMesh Method

In This Topic
    FillMesh Method (CommandSink)
    In This Topic
    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