CalendarView for WinForms
FillPolygon メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Graphics クラス : FillPolygon メソッド
A Brush object used to fill the polygon.
A System.Drawing.Point structures that specify the vertices of the polygon.
Fill the special polygon on current Grapchis by using special brush
シンタックス
'宣言
 
Public Sub FillPolygon( _
   ByVal brush As Brush, _
   ByVal points() As System.Drawing.Point _
) 
public void FillPolygon( 
   Brush brush,
   System.Drawing.Point[] points
)

パラメータ

brush
A Brush object used to fill the polygon.
points
A System.Drawing.Point structures that specify the vertices of the polygon.
例外
例外解説
Defines an exception class to handle the system error.
参照

Graphics クラス
Graphics メンバ