ASP Painter
Home
Home
Samples
Samples
Purchase
Purchase
Download
Download
Documentation
Documentation


ASPPainter DrawLine

DrawLine Statement:

Draw line

Object.DrawLine x1, y1, x2, y2

Parametrs:

x1,y1- start of line coordinates
x2,y2- end of line coordinates

Sample: object.DrawLine 50, 50, 100, 100

This method draws a Line. Before calling DrawLine method you may define line color and thickness with SetColor and SetLineWidth.methods.

See also

DrawLine,SetColor, SetLineWidth

More samples:


Primitive
Arc, Beziers, Circle, Ellipse, Line, Pie, Rectangle, Unclosed polygon, Unclosed polygon



home samples purchase documentation download