バージョン

ClipPolygon メソッド (Graphics)

ポリゴンをクリップします。
シンタックス
'宣言
 
Public Sub ClipPolygon( _
   ByVal points() As Point _
) 
public void ClipPolygon( 
   Point[] points
)

パラメータ

points
ポリゴンの頂点を表す Point オブジェクトの配列。
参照