Path.DrawRectangle Method

Adds a rectangle to the path.

Overload List

Name Description
Public method DrawRectangle(RectangleF)

Adds a rectangle defined by the RectangleF structure to the path.

Public method DrawRectangle(Single, Single, Single, Single)

Adds a rectangle defined by a pair of coordinates, a height, and a width to the path.

See Also

Reference