Created rounded rectangle graphics path.
Namespace:
Greatis.PrintSuite
Assembly:
Greatis.PrintSuite (in Greatis.PrintSuite.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function CreateRoundRectPath ( _ Rect As Rectangle, _ Round As Integer _ ) As GraphicsPath |
C# |
---|
public static GraphicsPath CreateRoundRectPath( Rectangle Rect, int Round ) |
Visual C++ |
---|
public: static GraphicsPath^ CreateRoundRectPath( Rectangle Rect, int Round ) |
JavaScript |
---|
Greatis.PrintSuite.Service.createRoundRectPath = function(Rect, Round); |
Parameters
- Rect
- Type: System.Drawing..::.Rectangle
Target rectangle.
- Round
- Type: System..::.Int32
Diameter of rounding.