バージョン

ClipPolygon メソッド (IGraphics)

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

パラメータ

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