 | FS_CIRCLEF(Double, Double, Double) Constructor |
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic FS_CIRCLEF(
double x,
double y,
double radius
)
Public Sub New (
x As Double,
y As Double,
radius As Double
)
public:
FS_CIRCLEF(
double x,
double y,
double radius
)
new :
x : float *
y : float *
radius : float -> FS_CIRCLEF
public FS_CIRCLEF(
double x,
double y,
double radius
)
Patagames.Pdf.FS_CIRCLEF = function(x, y, 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