FPathAdd(Single, Single) Method

Add an item to the path by member values.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public FPoint Add(
	float x,
	float y
)

Parameters

x  Single
The X coordinate value to add.
y  Single
The Y coordinate value to add.

Return Value

FPoint
Reference to the newly created and added point.

See Also