public PathElement AddCircle(
float centerX,
float centerY,
float r,
PdfColor fill,
float borderThickness,
PdfColor borderColor,
PdfLineType borderType
)
public PathElement AddCircle(
float centerX,
float centerY,
float r,
PdfColor fill,
float borderThickness,
PdfColor borderColor,
PdfLineType borderType
)
Public Function AddCircle (
centerX As Single,
centerY As Single,
r As Single,
fill As PdfColor,
borderThickness As Single,
borderColor As PdfColor,
borderType As PdfLineType
) As PathElement
Public Function AddCircle (
centerX As Single,
centerY As Single,
r As Single,
fill As PdfColor,
borderThickness As Single,
borderColor As PdfColor,
borderType As PdfLineType
) As PathElement
public:
PathElement^ AddCircle(
float centerX,
float centerY,
float r,
PdfColor^ fill,
float borderThickness,
PdfColor^ borderColor,
PdfLineType borderType
)
public:
PathElement^ AddCircle(
float centerX,
float centerY,
float r,
PdfColor^ fill,
float borderThickness,
PdfColor^ borderColor,
PdfLineType borderType
)
member AddCircle :
centerX : float32 *
centerY : float32 *
r : float32 *
fill : PdfColor *
borderThickness : float32 *
borderColor : PdfColor *
borderType : PdfLineType -> PathElement
member AddCircle :
centerX : float32 *
centerY : float32 *
r : float32 *
fill : PdfColor *
borderThickness : float32 *
borderColor : PdfColor *
borderType : PdfLineType -> PathElement