PathLineTo Constructor

Initializes a new instance of the PathLineTo class.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.5.0.0
C#
public PathLineTo(
	float x,
	float y
)

Parameters

x  Single
The end x-coordinate to draw the line to.
y  Single
The end y-coordinate to draw the line to.

See Also