Draws an image. Syntax Parameters image Image object to draw.x X-coordinate of the upper-left corner of the bounding box for the image.y Y-coordinate of the upper-left corner of the bounding box for the image.width Width of the bounding box for the image.height Height of the bounding box for the image.
Draws an image. Syntax Parameters image Image object to draw.x X-coordinate of the upper-left corner of the bounding box for the image.y Y-coordinate of the upper-left corner of the bounding box for the image.width Width of the bounding box for the image.height Height of the bounding box for the image.transparentC...
Draws an image. Syntax Parameters image Image object to draw.x X-coordinate of the upper-left corner of the bounding box for the image.y Y-coordinate of the upper-left corner of the bounding box for the image.width Width of the bounding box for the image.height Height of the bounding box for the image.transparentC...
Draws an image. Syntax Parameters image Image object to draw.x X-coordinate of the upper-left corner of the bounding box for the image.y Y-coordinate of the upper-left corner of the bounding box for the image.width Width of the bounding box for the image.height Height of the bounding box for the image.alpha Value ...
Draws an image. Overload List
Draws a line. Syntax Parameters x1 X-coordinate of the start point.y1 Y-coordinate of the start point.x2 X-coordinate of the end point.y2 Y-coordinate of the end point.
Draws a sequence of lines. Syntax Parameters points Array of Point objects that represent the points to connect.
Draws a pie. Syntax Parameters x X-coordinate of the upper-left corner of the bounding rectangle that defines the pie.y Y-coordinate of the upper-left corner of the bounding rectangle that defines the pie.width Width of the bounding rectangle that defines the pie.height Height of the bounding rectangle that define...
Draws, Fills or Clips a pie. Syntax Parameters x X-coordinate of the upper-left corner of the bounding rectangle that defines the pie.y Y-coordinate of the upper-left corner of the bounding rectangle that defines the pie.width Width of the bounding rectangle that defines the pie.height Height of the bounding recta...
Draws a pie. Overload List