PathLineTo Constructor
Initializes a new instance of the
PathLineTo class.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.5.0.0
public PathLineTo(
float x,
float y
)
Public Sub New (
x As Single,
y As Single
)
public:
PathLineTo(
float x,
float y
)
new :
x : float32 *
y : float32 -> PathLineTo
Parameters
- x Single
- The end x-coordinate to draw the line to.
- y Single
- The end y-coordinate to draw the line to.