Device.DrawPolygon
DrawPolygon(int[], int[], int)
ポリゴンを描画します。
public virtual void DrawPolygon(int[] xPoints, int[] yPoints, int nPoints)
パラメータ | タイプ | 説明 |
---|---|---|
xPoints | Int32[] | 点の X 座標。 |
yPoints | Int32[] | 点の Y 座標。 |
nPoints | Int32 | ポイント数。 |
関連項目
- class Device
- 名前空間 Aspose.Page
- 組み立て Aspose.Page
DrawPolygon(double[], double[], int)
多角形を描画します。
public virtual void DrawPolygon(double[] xPoints, double[] yPoints, int nPoints)
パラメータ | タイプ | 説明 |
---|---|---|
xPoints | Double[] | 点の X 座標。 |
yPoints | Double[] | 点の Y 座標。 |
nPoints | Int32 | ポイント数。 |
関連項目
- class Device
- 名前空間 Aspose.Page
- 組み立て Aspose.Page