PathMoveTo Constructor

Initializes a new instance of the PathMoveTo class.

Definition

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

Parameters

x  Single
The x-coordinate to move to.
y  Single
The y-coordinate to move to.

See Also