PathPoint Constructor

Initializes a new instance of the PathPoint class.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public PathPoint(
	float x,
	float y,
	PathPointType type
)

Parameters

x

Type: System.Single

The x-coordinate of the point.
y

Type: System.Single

The y-coordinate of the point.
type

Type: Aurigma.GraphicsMill.AdvancedDrawing.PathPointType

The type of the point.

See Also

Reference