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