椭圆形

RenderEllipse用于打印椭圆形,定义一个椭圆的语法是:

New prt.RenderEllipse(Width, Height, Line, FillColor)

Width:    宽度
Height:    高度
Line:      边框线条类型,LineDef型枚举,可选参数
FillColor: 填充颜色,可选参数

示例

Dim doc As New PrintDoc
Dim
esp As New prt.RenderEllipse(80,60)
esp.x =
25
esp.y =
25

doc.Body.Children.Add(esp)
Doc.Preview()


本页地址:http://www.foxtable.com/webhelp/topics/1228.htm