![]() |
Draws a filled circle having specified border color & border width into the current page of a PDF.
public PdfDrawFilledCircle( int PdfID, Single DstX, Single DstY, Single Ray, Color FillColor, Single BorderWidth, Color BorderColor );
Public Sub PdfDrawFilledCircle( ByVal PdfID As Integer, ByVal DstX As Single, ByVal DstY As Single, ByVal Ray As Single, ByVal FillColor As Color, ByVal BorderWidth As Single, ByVal BorderColor As Color )
|
Parameters |
Description |
|
PdfID |
A PDF identifier returned by the PdfNewPdf(), PdfOCRStart(), PdfOcrStartStream(), TwainPDFStart() or TwainPdfStartStream() function. |
|
DstX |
The X destination in current unit defined by the PdfSetMeasurementUnit() function. |
|
DstY |
The Y destination (from the bottom) in current unit defined by the PdfSetMeasurementUnit() function. |
|
Ray |
The length of the ray of the circle in unit defined by the PdfSetMeasurementUnit() function. |
|
FillColor |
Color Object. You can build a Color Object using the ARGB() function. Color used to draw the circle. |
|
BorderWidth |
The border width in point. |
|
BorderColor |
Color Object. You can build a Color Object using the ARGB() function. Color of the circle border. |
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|