DrawRoundedRectangle Method
The Graphics extension method that draw rounded rectangle.
Overload List
Overload | Description |
---|---|
DrawRoundedRectangle(Graphics,Pen,Single,Single,Single,Single,Single,RectangleEdgeFilter) | The Graphics extension method that draw rounded rectangle. |
DrawRoundedRectangle(Graphics,Pen,Single,Single,Single,Single,Single) | The Graphics extension method that draw rounded rectangle. |
DrawRoundedRectangle(Graphics,Pen,Int32,Int32,Int32,Int32,Int32) | The Graphics extension method that draw rounded rectangle. |
DrawRoundedRectangle(Graphics,Pen,Rectangle,Int32,RectangleEdgeFilter) | The Graphics extension method that draw rounded rectangle. |
DrawRoundedRectangle(Graphics,Pen,Rectangle,Int32) | The Graphics extension method that draw rounded rectangle. |
DrawRoundedRectangle(Graphics,Pen,RectangleF,Int32,RectangleEdgeFilter) | The Graphics extension method that draw rounded rectangle. |
DrawRoundedRectangle(Graphics,Pen,RectangleF,Int32) | The Graphics extension method that draw rounded rectangle. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also