Graphics.DrawPolygon
DrawPolygon(Pen, PointF[])
の配列で定義された多角形を描画しますPointF
構造物.
public void DrawPolygon(Pen pen, PointF[] points)
パラメータ | タイプ | 説明 |
---|---|---|
pen | Pen | Pen ポリゴンの色、幅、およびスタイルを決定します。 |
points | PointF[] | の配列PointF ポリゴンの頂点を表す構造。 |
例外
例外 | 調子 |
---|---|
ArgumentNullException | pen null です。 -または- points無効である。 |
関連項目
- class Pen
- struct PointF
- class Graphics
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD
DrawPolygon(Pen, Point[])
の配列で定義された多角形を描画しますPoint
構造物.
public void DrawPolygon(Pen pen, Point[] points)
パラメータ | タイプ | 説明 |
---|---|---|
pen | Pen | Pen ポリゴンの色、幅、およびスタイルを決定します。 |
points | Point[] | の配列Point ポリゴンの頂点を表す構造。 |
例外
例外 | 調子 |
---|---|
ArgumentNullException | pen無効である。 |
関連項目
- class Pen
- struct Point
- class Graphics
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD