ActivityDesignerPaint.GetRoundedRectanglePath(Rectangle, Int32) メソッド

定義

指定した丸みのある四角形を描画するのに使用されるグラフィックス パスを返します。

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

パラメーター

rectangle
Rectangle

グラフィックス パスを取得する対象の Rectangle

radius
Int32

丸い角の描画に使用する半径を定義する整数。

戻り値

GraphicsPath

指定した四角形の丸いパスを描画する GraphicsPath

例外

rectangleIsEmpty に設定されます。

  • または - radius が 0 以下です。

注釈

DrawRoundedRectangle メソッドは、描画するパスを取得するのに GetRoundedRectanglePath を使用します。

適用対象