Click or drag to resize

FS_PATHPOINTF(Single, Single, PathPointFlags) Constructor

Initialize a new instance of FS_PATHPOINTF structure

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public FS_PATHPOINTF(
	float x,
	float y,
	PathPointFlags flags
)

Parameters

x  Single
The x-coordinate of this FS_PATHPOINTF.
y  Single
The y-coordinate of this FS_PATHPOINTF.
flags  PathPointFlags
The flags of this FS_PATHPOINTF.
See Also