GraphicsExtensions Methods

KGy SOFT Drawing Libraries

GraphicsExtensions Methods KGy SOFT Drawing Libraries Help

The GraphicsExtensions type exposes the following members.

Methods

  Name Description
Public method Static member DrawRoundedRectangle(Graphics, Pen, Rectangle, Int32)
Draws a rounded rectangle specified by a bounding Rectangle and a common corner radius value for each corners.
Public method Static member DrawRoundedRectangle(Graphics, Pen, Rectangle, Int32, Int32, Int32, Int32)
Draws a rounded rectangle specified by a bounding Rectangle and four corner radius values.
Public method Static member FillRoundedRectangle(Graphics, Brush, Rectangle, Int32)
Fills a rounded rectangle specified by a bounding Rectangle and a common corner radius value for each corners.
Public method Static member FillRoundedRectangle(Graphics, Brush, Rectangle, Int32, Int32, Int32, Int32)
Fills a rounded rectangle specified by a bounding Rectangle and four custom corner radius values.
Public method Static member ToBitmap
Copies the Graphics object provided in graphics parameter to a Bitmap instance.
Top
See Also

Reference