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 來取得要繪製的路徑。