Inesoft
PrintCE SDK .NET |
C# Syntax: object.DrawCircle(double x1, double y1, double radius);
VB Syntax: object.DrawCircle(ByVal x1 As Double, ByVal y1 As Double, ByVal radius As Double)Parameters
(x1, y1)
set coordinates of the circle centre
radius
is the circle radius
Review
Coordinates are returned in the current measurement units (please refer to MeasureUnit property)
Filling colour is determined by FillColor property
Edging colour is determined by LineColor property
Edging width is determined by LineWidth property
© 2009 Inesoft. All rights reserved.