创建带三角形顶的圆角矩形
命名空间:
SuperMap.Desktop程序集: SuperMap.Desktop.UI.Controls (in SuperMap.Desktop.UI.Controls)
版本: dll
语法
C# |
---|
public static GraphicsPath CreateRoundedRectanglePathEx( Rectangle rect, int cornerRadius, Point startPoint ) |
参数
- rect
- Type: System.Drawing..::.Rectangle
矩形区域
- cornerRadius
- Type: System..::.Int32
圆角半径
- startPoint
- Type: System.Drawing..::.Point