T3000 CrossPlatform Documentation
StyleGetRoundedRectangle Method |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:FastColoredTextBoxNS.Style.GetRoundedRectangle(System.Drawing.Rectangle,System.Int32)"]
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public static GraphicsPath GetRoundedRectangle( Rectangle rect, int d )
Public Shared Function GetRoundedRectangle ( rect As Rectangle, d As Integer ) As GraphicsPath Dim rect As Rectangle Dim d As Integer Dim returnValue As GraphicsPath returnValue = Style.GetRoundedRectangle(rect, d)
Parameters
- rect
- Type: System.DrawingRectangle
[Missing <param name="rect"/> documentation for "M:FastColoredTextBoxNS.Style.GetRoundedRectangle(System.Drawing.Rectangle,System.Int32)"]
- d
- Type: SystemInt32
[Missing <param name="d"/> documentation for "M:FastColoredTextBoxNS.Style.GetRoundedRectangle(System.Drawing.Rectangle,System.Int32)"]
Return Value
Type: GraphicsPath[Missing <returns> documentation for "M:FastColoredTextBoxNS.Style.GetRoundedRectangle(System.Drawing.Rectangle,System.Int32)"]
See Also