Version

Search Results

DrawPolygon(Point[]) Method

Draws a polygon. Syntax Parameters points Array of Point objects that represent the vertices of the polygon.

DrawPolygon(Point[],PaintMode) Method

Draws, Fills or Clips a polygon. Syntax Parameters points Array of Point objects that represent the vertices of the polygon.mode Painting mode.

DrawPolygon Method (Graphics)

Draws a polygon. Overload List

DrawRectangle(Single,Single,Single,Single) Method

Draws a rectangle. Syntax Parameters x X-coordinate of the upper-left corner of the rectangle.y Y-coordinate of the upper-left corner of the rectangle.width Width of the rectangle.height Height of the rectangle.

DrawRectangle(Single,Single,Single,Single,PaintMode) Method

Draws, Fills or Clips a rectangle. Syntax Parameters x X-coordinate of the upper-left corner of the rectangle.y Y-coordinate of the upper-left corner of the rectangle.width Width of the rectangle.height Height of the rectangle.mode Painting mode.

DrawRectangle Method (Graphics)

Draws a rectangle. Overload List

DrawRoundedRect(Single,Single,Single,Single,Single,Single) Method

Draws a rounded rectangle. Syntax Parameters x X-coordinate of the upper-left corner of the rectangle.y Y-coordinate of the upper-left corner of the rectangle.width Width of the rectangle.height Height of the rectangle.ew Width of the ellipse that defines rounded corners.eh Height of the ellipse that defines round...

DrawRoundedRect(Single,Single,Single,Single,Single,Single,PaintMode) Method

Draws, Fills or Clips a rounded rectangle. Syntax Parameters x X-coordinate of the upper-left corner of the rectangle.y Y-coordinate of the upper-left corner of the rectangle.width Width of the rectangle.height Height of the rectangle.ew Width of the ellipse that defines rounded corners.eh Height of the ellipse th...

DrawRoundedRect Method (Graphics)

Draws a rounded rectangle. Overload List

DrawSpacing Method (Graphics)

Draws an invisible spacing. It is useful for underlined text and automatic hyperlink areas. Syntax Parameters width Width of the spacing.