C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct2D Namespace / RenderTarget Class / DrawLine Method

In This Topic
DrawLine Method (RenderTarget)
In This Topic
Draws a line between the specified points.
Overload List
OverloadDescription
Draws a line between the specified points.  
void ID2D1RenderTarget::DrawLine([In] D2D_POINT_2F point0,[In] D2D_POINT_2F point1,[In] ID2D1Brush* brush,[In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle)  
See Also