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 を使用します。