ActivityDesignerPaint.GetRoundedRectanglePath(Rectangle, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回用于绘制指定圆角矩形的图形路径。
public:
static System::Drawing::Drawing2D::GraphicsPath ^ GetRoundedRectanglePath(System::Drawing::Rectangle rectangle, int radius);
public static System.Drawing.Drawing2D.GraphicsPath GetRoundedRectanglePath (System.Drawing.Rectangle rectangle, int radius);
static member GetRoundedRectanglePath : System.Drawing.Rectangle * int -> System.Drawing.Drawing2D.GraphicsPath
Public Shared Function GetRoundedRectanglePath (rectangle As Rectangle, radius As Integer) As GraphicsPath
参数
- radius
- Int32
一个整数,定义用于绘制圆角的半径。
返回
绘制指定矩形的圆角路径的 GraphicsPath。
例外
注解
DrawRoundedRectangle 方法使用 GetRoundedRectanglePath 获取要绘制的路径。