[]
HRESULT ID2D1CommandSink::DrawLine([In] D2D_POINT_2F point0,[In] D2D_POINT_2F point1,[In] ID2D1Brush* brush,[In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle)
public void DrawLine(Point2F point0, Point2F point1, Brush brush, float strokeWidth, StrokeStyle strokeStyle)
Type | Name | Description |
---|---|---|
Point2F | point0 | |
Point2F | point1 | |
Brush | brush | |
float | strokeWidth | |
StrokeStyle | strokeStyle |