Click or drag to resize

FS_CIRCLEF(Single, Single, Single) Constructor

Initialize a new instance of FS_CIRCLEF structure

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public FS_CIRCLEF(
	float x,
	float y,
	float radius
)

Parameters

x  Single
The x-coordinate of the center point of this FS_CIRCLEF.
y  Single
The y-coordinate of the center point of this FS_CIRCLEF.
radius  Single
Radius of the circle.
See Also