PdfDrawFillCircle Method

See Also     Examples     Applies To

Draws a filled circle into the current page of the native pdf created by the PdfNewPdfEx() function.

Syntax

object.PdfDrawFillCircle (nDstX, nDstY, nRay, nBorderWidth, nRGBColor)

The PdfDrawFillCircle syntax has these parts:

Part Description
object Required. An object expression that evaluates to an object in the Applies To list.
nDstX Required. Single. The X destination in current unit defined by the PdfSetMeasurementUnits() function.
nDstY Required. Single. The Y destination (from the bottom) in current unit defined by the PdfSetMeasurementUnits() function.
nRay Required. Single. The length of the ray of the circle in unit defined by the PdfSetMeasurementUnits() function.
nBorderWidth Required. Single. The with of the pen used to draw the circle in point.
nRGBColor Optional. Long. Default value is 0. RBG long value of the color used to draw the circle.

Remarks

This function can only be used with the native PDF created by the PdfNewPdfEx() function.

Category

PDF Functions





© Copyright 2008 GdPicture All rights reserved.
Documentation MAP.