PathMoveTo Constructor

Default constructor of the PathMoveTo object.

Definition

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

Parameters

x  Single
y  Single

See Also