home *** CD-ROM | disk | FTP | other *** search
- Pen.GradientMode = _GradientModeForwardDiagonal
- Pen.Width = __PenWidth
- Pen.EndCap = _LineCapArrowAnchor
-
- if __LastMouseButton = _LeftMouseButton Then
- Pen.StartColor = __ForegroundColor
- Pen.EndColor = __ForegroundColor
- else
- if __LastMouseButton = _RightMouseButton Then
- Pen.StartColor = __BackgroundColor
- Pen.EndColor = __BackgroundColor
- else
- Pen.StartColor = __ForegroundColor
- Pen.EndColor = __ForegroundColor
- Pen.StartTolerance = 128
- Pen.EndTolerance = 128
- endif
- endif
-
- Image(0).Line( __LastPointStartX,__LastPointStartY, __LastPointEndX,__LastPointEndY )
-