GraphicsPath 建構函式

定義

使用 AlternateGraphicsPath 列舉型別,初始化 FillMode 類別的新執行個體。

多載

GraphicsPath()

使用 GraphicsPathFillMode 值,初始化 Alternate 類別的新執行個體。

GraphicsPath(FillMode)

使用指定的 GraphicsPath 列舉型別,初始化 FillMode 類別的新執行個體。

GraphicsPath(Point[], Byte[])

使用指定的 GraphicsPathPathPointType 陣列,初始化 Point 類別的新執行個體。

GraphicsPath(PointF[], Byte[])

使用指定的 GraphicsPathPathPointType 陣列,初始化 PointF 陣列的新執行個體。

GraphicsPath(Point[], Byte[], FillMode)

使用指定的 GraphicsPathPathPointType 陣列以及指定的 Point 列舉型別項目,初始化 FillMode 類別的新執行個體。

GraphicsPath(PointF[], Byte[], FillMode)

使用指定的 GraphicsPathPathPointType 陣列以及指定的 PointF 列舉型別項目,初始化 FillMode 陣列的新執行個體。

GraphicsPath(ReadOnlySpan<Point>, ReadOnlySpan<Byte>, FillMode)
GraphicsPath(ReadOnlySpan<PointF>, ReadOnlySpan<Byte>, FillMode)

GraphicsPath()

來源:
GraphicsPath.cs
來源:
GraphicsPath.cs
來源:
GraphicsPath.cs

使用 GraphicsPathFillMode 值,初始化 Alternate 類別的新執行個體。

public GraphicsPath ();

適用於

.NET Framework 4.8.1 及其他版本
產品 版本
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

GraphicsPath(FillMode)

來源:
GraphicsPath.cs
來源:
GraphicsPath.cs
來源:
GraphicsPath.cs

使用指定的 GraphicsPath 列舉型別,初始化 FillMode 類別的新執行個體。

public GraphicsPath (System.Drawing.Drawing2D.FillMode fillMode);

參數

fillMode
FillMode

FillMode 列舉型別,決定如何填滿這個 GraphicsPath 的內部。

適用於

.NET Framework 4.8.1 及其他版本
產品 版本
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

GraphicsPath(Point[], Byte[])

來源:
GraphicsPath.cs
來源:
GraphicsPath.cs
來源:
GraphicsPath.cs

使用指定的 GraphicsPathPathPointType 陣列,初始化 Point 類別的新執行個體。

public GraphicsPath (System.Drawing.Point[] pts, byte[] types);

參數

pts
Point[]

Point 結構的陣列,定義構成這個 GraphicsPath 的點座標。

types
Byte[]

PathPointType 列舉型別元素的陣列,指定 pts 陣列中每一對應點的型別。

適用於

.NET Framework 4.8.1 及其他版本
產品 版本
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

GraphicsPath(PointF[], Byte[])

來源:
GraphicsPath.cs
來源:
GraphicsPath.cs
來源:
GraphicsPath.cs

使用指定的 GraphicsPathPathPointType 陣列,初始化 PointF 陣列的新執行個體。

public GraphicsPath (System.Drawing.PointF[] pts, byte[] types);

參數

pts
PointF[]

PointF 結構的陣列,定義構成這個 GraphicsPath 的點座標。

types
Byte[]

PathPointType 列舉型別元素的陣列,指定 pts 陣列中每一對應點的型別。

適用於

.NET Framework 4.8.1 及其他版本
產品 版本
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

GraphicsPath(Point[], Byte[], FillMode)

來源:
GraphicsPath.cs
來源:
GraphicsPath.cs
來源:
GraphicsPath.cs

使用指定的 GraphicsPathPathPointType 陣列以及指定的 Point 列舉型別項目,初始化 FillMode 類別的新執行個體。

public GraphicsPath (System.Drawing.Point[] pts, byte[] types, System.Drawing.Drawing2D.FillMode fillMode);

參數

pts
Point[]

Point 結構的陣列,定義構成這個 GraphicsPath 的點座標。

types
Byte[]

PathPointType 列舉型別元素的陣列,指定 pts 陣列中每一對應點的型別。

fillMode
FillMode

FillMode 列舉型別,指定如何填滿這個 GraphicsPath 中的形狀內部。

適用於

.NET Framework 4.8.1 及其他版本
產品 版本
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

GraphicsPath(PointF[], Byte[], FillMode)

來源:
GraphicsPath.cs
來源:
GraphicsPath.cs
來源:
GraphicsPath.cs

使用指定的 GraphicsPathPathPointType 陣列以及指定的 PointF 列舉型別項目,初始化 FillMode 陣列的新執行個體。

public GraphicsPath (System.Drawing.PointF[] pts, byte[] types, System.Drawing.Drawing2D.FillMode fillMode);

參數

pts
PointF[]

PointF 結構的陣列,定義構成這個 GraphicsPath 的點座標。

types
Byte[]

PathPointType 列舉型別元素的陣列,指定 pts 陣列中每一對應點的型別。

fillMode
FillMode

FillMode 列舉型別,指定如何填滿這個 GraphicsPath 中的形狀內部。

適用於

.NET Framework 4.8.1 及其他版本
產品 版本
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

GraphicsPath(ReadOnlySpan<Point>, ReadOnlySpan<Byte>, FillMode)

來源:
GraphicsPath.cs
public GraphicsPath (ReadOnlySpan<System.Drawing.Point> pts, ReadOnlySpan<byte> types, System.Drawing.Drawing2D.FillMode fillMode = System.Drawing.Drawing2D.FillMode.Alternate);

參數

fillMode
FillMode

適用於

Windows Desktop 9
產品 版本
Windows Desktop 9

GraphicsPath(ReadOnlySpan<PointF>, ReadOnlySpan<Byte>, FillMode)

來源:
GraphicsPath.cs
public GraphicsPath (ReadOnlySpan<System.Drawing.PointF> pts, ReadOnlySpan<byte> types, System.Drawing.Drawing2D.FillMode fillMode = System.Drawing.Drawing2D.FillMode.Alternate);

參數

fillMode
FillMode

適用於

Windows Desktop 9
產品 版本
Windows Desktop 9