Sub My_DrawCircle(byval sRadius as single, byval sXCenter as single, byval sYCenter as single, optional byval sStep As single = 0.1)
dim i as single
canv.CurrentX = sXCenter + sRadius
canv.CurrentY = sYCenter
for i = 0 to TWO_PI Step sStep
canv.Line -(sXCenter + sRadius * Cos(i), sYCenter + sRadius * Sin(i))
next i
Сейчас этот форум просматривают: Yandex-бот и гости: 48