ControlPaint.DrawGrid(Graphics, Rectangle, Size, Color) メソッド

定義

1 ピクセルの点線で構成されたグリッドを指定した間隔で、指定した色を使用して、指定したグラフィックスの表面の指定した範囲内に描画します。

public:
 static void DrawGrid(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle area, System::Drawing::Size pixelsBetweenDots, System::Drawing::Color backColor);
public static void DrawGrid (System.Drawing.Graphics graphics, System.Drawing.Rectangle area, System.Drawing.Size pixelsBetweenDots, System.Drawing.Color backColor);
static member DrawGrid : System.Drawing.Graphics * System.Drawing.Rectangle * System.Drawing.Size * System.Drawing.Color -> unit
Public Shared Sub DrawGrid (graphics As Graphics, area As Rectangle, pixelsBetweenDots As Size, backColor As Color)

パラメーター

graphics
Graphics

描画する Graphics

area
Rectangle

グリッドの大きさを表す Rectangle

pixelsBetweenDots
Size

グリッドの点の間の高さと幅を指定する Size

backColor
Color

グリッドの背景の Color

注釈

この backColor パラメーターは、グリッドが常に背景に対して表示されるように、ドットの塗りつぶしの色を計算するために使用されます。

適用対象