FPathAdd(Single, Single) Method
Add an item to the path by member values.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public FPoint Add(
float x,
float y
)
Public Function Add (
x As Single,
y As Single
) As FPoint
No code example is currently available or this language may not be supported.
- x Single
-
The X coordinate value to add.
- y Single
-
The Y coordinate value to add.
FPoint
Reference to the newly created and added point.