[]
HRESULT ID2D1CommandSink::FillOpacityMask([In] ID2D1Bitmap* opacityMask,[In] ID2D1Brush* brush,[In, Optional] const D2D_RECT_F* destinationRectangle,[In, Optional] const D2D_RECT_F* sourceRectangle)
public void FillOpacityMask(Bitmap opacityMask, Brush brush, RectF? destinationRectangle, RectF? sourceRectangle)
Type | Name | Description |
---|---|---|
Bitmap | opacityMask | |
Brush | brush | |
RectF? | destinationRectangle | |
RectF? | sourceRectangle |