Object | --Persistent | --Canvas
Canvas __construct( [ $aowner = null])
void Arc( $x1, $y1, $x2, $y2, $x3, $y3, $x4, $y4)
void BeginDraw( )
Should be followed by EndDraw to push drawing to the page canvas
void BevelLine( $color, $x1, $y1, $x2, $y2)
void BevelRect( $x1, $y1, $x2, $y2, $color1, $color2)
void Ellipse( x1, $x1, x2, $y1, $x2, $y2)
void EndDraw( )
the page canvas
void FillRect( x1, $x1, x2, $y1, $x2, $y2)
The region is filled including the top and left sides of the rectangle, but excluding the bottom and right edges.
void forceBrush( )
void forceFont( )
void forcePen( )
void FrameRect( $x1, $y1, $x2, $y2)
void InitLibrary( )
void Line( x1, $x1, x2, $y1, $x2, $y2)
void Polygon( $points)
void Polyline( $points)
void Rectangle( $x1, $y1, $x2, $y2)
void RoundRect( $x1, $y1, $x2, $y2, $w, $h)
void SetCanvasProperties( $Name)
void StretchDraw( $x1, $y1, $x2, $y2, $image)
void TextOut( $x, $y, $text)