Version

Search Results

DrawImage(Image,Single,Single,Single,Single) Method

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.

DrawImage(Image,Single,Single,Single,Single,Color) Method

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...

DrawImage(Image,Single,Single,Single,Single,Color,Single) Method

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...

DrawImage(Image,Single,Single,Single,Single,Single) Method

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 ...

DrawImage Method (Graphics)

Draws an image. Overload List

DrawLine Method (Graphics)

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.

DrawLines Method (Graphics)

Draws a sequence of lines. Syntax Parameters points Array of Point objects that represent the points to connect.

DrawPie(Single,Single,Single,Single,Single,Single) Method

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...

DrawPie(Single,Single,Single,Single,Single,Single,PaintMode) Method

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...

DrawPie Method (Graphics)

Draws a pie. Overload List