[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.RenderTarget.CreateSolidColorBrush

CreateSolidColorBrush Method

CreateSolidColorBrush(ColorF, BrushProperties?)

HRESULT ID2D1RenderTarget::CreateSolidColorBrush([In] const D2D_COLOR_F* color,[In, Optional] const D2D1_BRUSH_PROPERTIES* brushProperties,[Out, Fast] ID2D1SolidColorBrush** solidColorBrush)

Declaration
public SolidColorBrush CreateSolidColorBrush(ColorF color, BrushProperties? brushProperties)
Parameters
Type Name Description
ColorF color
BrushProperties? brushProperties
Returns
Type Description
SolidColorBrush