[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.CommandSinkNative.DrawRectangle

DrawRectangle Method

DrawRectangle(RectF, Brush, float, StrokeStyle)

HRESULT ID2D1CommandSink::DrawRectangle([In] const D2D_RECT_F* rect,[In] ID2D1Brush* brush,[In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle)

Declaration
public void DrawRectangle(RectF rect, Brush brush, float strokeWidth, StrokeStyle strokeStyle)
Parameters
Type Name Description
RectF rect
Brush brush
float strokeWidth
StrokeStyle strokeStyle
Implements