Click or drag to resize

FS_CIRCLEF(Double, Double, Double) 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(
	double x,
	double y,
	double radius
)

Parameters

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