创建圆角矩形

命名空间:  SuperMap.Desktop
程序集:  SuperMap.Desktop.UI.Controls (in SuperMap.Desktop.UI.Controls)
版本: dll

语法

C#
public static GraphicsPath CreateRoundedRectanglePath(
	Rectangle rect,
	int cornerRadius
)

参数

rect
Type: System.Drawing..::.Rectangle
矩形区域
cornerRadius
Type: System..::.Int32
圆角半径

返回值

圆角矩形

请参见