[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.GeometrySink.AddLine

AddLine Method

AddLine(Point2F)

Creates a line segment between the current point and the specified end point and adds it to the geometry sink.

Declaration
void AddLine(Point2F point)
Parameters
Type Name Description
Point2F point

The end point of the line to draw.