ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / CommandSink Interface / FillOpacityMask Method

In This Topic
    FillOpacityMask Method (CommandSink)
    In This Topic
    HRESULT ID2D1CommandSink::FillOpacityMask([In] ID2D1Bitmap* opacityMask,[In] ID2D1Brush* brush,[In, Optional] const D2D_RECT_F* destinationRectangle,[In, Optional] const D2D_RECT_F* sourceRectangle)
    Syntax
    'Declaration
     
    Sub FillOpacityMask( _
       ByVal opacityMask As Bitmap, _
       ByVal brush As Brush, _
       ByVal destinationRectangle As Nullable(Of RectF), _
       ByVal sourceRectangle As Nullable(Of RectF) _
    ) 

    Parameters

    opacityMask
    brush
    destinationRectangle
    sourceRectangle
    See Also