Bagikan melalui


GraphicsPath Konstruktor

Definisi

Menginisialisasi instans GraphicsPath baru kelas dengan FillMode enumerasi Alternate.

Overload

GraphicsPath()

Menginisialisasi instans GraphicsPath baru kelas dengan FillMode nilai Alternate.

GraphicsPath(FillMode)

Menginisialisasi instans GraphicsPath baru kelas dengan enumerasi yang ditentukan FillMode .

GraphicsPath(Point[], Byte[])

Menginisialisasi instans GraphicsPath baru kelas dengan array dan Point yang ditentukanPathPointType.

GraphicsPath(PointF[], Byte[])

Menginisialisasi instans GraphicsPath baru array dengan array dan PointF yang ditentukanPathPointType.

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

Menginisialisasi instans GraphicsPath baru kelas dengan array dan Point yang ditentukan PathPointType dan dengan elemen enumerasi yang ditentukanFillMode.

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

Menginisialisasi instans GraphicsPath baru array dengan array dan PointF yang ditentukan PathPointType dan dengan elemen enumerasi yang ditentukanFillMode.

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

GraphicsPath()

Sumber:
GraphicsPath.cs
Sumber:
GraphicsPath.cs
Sumber:
GraphicsPath.cs

Menginisialisasi instans GraphicsPath baru kelas dengan FillMode nilai Alternate.

public:
 GraphicsPath();
public GraphicsPath ();
Public Sub New ()

Berlaku untuk

GraphicsPath(FillMode)

Sumber:
GraphicsPath.cs
Sumber:
GraphicsPath.cs
Sumber:
GraphicsPath.cs

Menginisialisasi instans GraphicsPath baru kelas dengan enumerasi yang ditentukan FillMode .

public:
 GraphicsPath(System::Drawing::Drawing2D::FillMode fillMode);
public GraphicsPath (System.Drawing.Drawing2D.FillMode fillMode);
new System.Drawing.Drawing2D.GraphicsPath : System.Drawing.Drawing2D.FillMode -> System.Drawing.Drawing2D.GraphicsPath
Public Sub New (fillMode As FillMode)

Parameter

fillMode
FillMode

FillMode Enumerasi yang menentukan bagaimana interior ini GraphicsPath diisi.

Berlaku untuk

GraphicsPath(Point[], Byte[])

Sumber:
GraphicsPath.cs
Sumber:
GraphicsPath.cs
Sumber:
GraphicsPath.cs

Menginisialisasi instans GraphicsPath baru kelas dengan array dan Point yang ditentukanPathPointType.

public:
 GraphicsPath(cli::array <System::Drawing::Point> ^ pts, cli::array <System::Byte> ^ types);
public GraphicsPath (System.Drawing.Point[] pts, byte[] types);
new System.Drawing.Drawing2D.GraphicsPath : System.Drawing.Point[] * byte[] -> System.Drawing.Drawing2D.GraphicsPath
Public Sub New (pts As Point(), types As Byte())

Parameter

pts
Point[]

Array Point struktur yang menentukan koordinat titik yang membentuk ini GraphicsPath.

types
Byte[]

Array PathPointType elemen enumerasi yang menentukan jenis setiap titik yang sesuai dalam pts array.

Berlaku untuk

GraphicsPath(PointF[], Byte[])

Sumber:
GraphicsPath.cs
Sumber:
GraphicsPath.cs
Sumber:
GraphicsPath.cs

Menginisialisasi instans GraphicsPath baru array dengan array dan PointF yang ditentukanPathPointType.

public:
 GraphicsPath(cli::array <System::Drawing::PointF> ^ pts, cli::array <System::Byte> ^ types);
public GraphicsPath (System.Drawing.PointF[] pts, byte[] types);
new System.Drawing.Drawing2D.GraphicsPath : System.Drawing.PointF[] * byte[] -> System.Drawing.Drawing2D.GraphicsPath
Public Sub New (pts As PointF(), types As Byte())

Parameter

pts
PointF[]

Array PointF struktur yang menentukan koordinat titik yang membentuk ini GraphicsPath.

types
Byte[]

Array PathPointType elemen enumerasi yang menentukan jenis setiap titik yang sesuai dalam pts array.

Berlaku untuk

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

Sumber:
GraphicsPath.cs
Sumber:
GraphicsPath.cs
Sumber:
GraphicsPath.cs

Menginisialisasi instans GraphicsPath baru kelas dengan array dan Point yang ditentukan PathPointType dan dengan elemen enumerasi yang ditentukanFillMode.

public:
 GraphicsPath(cli::array <System::Drawing::Point> ^ pts, cli::array <System::Byte> ^ types, System::Drawing::Drawing2D::FillMode fillMode);
public GraphicsPath (System.Drawing.Point[] pts, byte[] types, System.Drawing.Drawing2D.FillMode fillMode);
new System.Drawing.Drawing2D.GraphicsPath : System.Drawing.Point[] * byte[] * System.Drawing.Drawing2D.FillMode -> System.Drawing.Drawing2D.GraphicsPath
Public Sub New (pts As Point(), types As Byte(), fillMode As FillMode)

Parameter

pts
Point[]

Array Point struktur yang menentukan koordinat titik yang membentuk ini GraphicsPath.

types
Byte[]

Array PathPointType elemen enumerasi yang menentukan jenis setiap titik yang sesuai dalam pts array.

fillMode
FillMode

FillMode Enumerasi yang menentukan bagaimana interior bentuk dalam ini GraphicsPath diisi.

Berlaku untuk

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

Sumber:
GraphicsPath.cs
Sumber:
GraphicsPath.cs
Sumber:
GraphicsPath.cs

Menginisialisasi instans GraphicsPath baru array dengan array dan PointF yang ditentukan PathPointType dan dengan elemen enumerasi yang ditentukanFillMode.

public:
 GraphicsPath(cli::array <System::Drawing::PointF> ^ pts, cli::array <System::Byte> ^ types, System::Drawing::Drawing2D::FillMode fillMode);
public GraphicsPath (System.Drawing.PointF[] pts, byte[] types, System.Drawing.Drawing2D.FillMode fillMode);
new System.Drawing.Drawing2D.GraphicsPath : System.Drawing.PointF[] * byte[] * System.Drawing.Drawing2D.FillMode -> System.Drawing.Drawing2D.GraphicsPath
Public Sub New (pts As PointF(), types As Byte(), fillMode As FillMode)

Parameter

pts
PointF[]

Array PointF struktur yang menentukan koordinat titik yang membentuk ini GraphicsPath.

types
Byte[]

Array PathPointType elemen enumerasi yang menentukan jenis setiap titik yang sesuai dalam pts array.

fillMode
FillMode

FillMode Enumerasi yang menentukan bagaimana interior bentuk dalam ini GraphicsPath diisi.

Berlaku untuk

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

Sumber:
GraphicsPath.cs
public GraphicsPath (ReadOnlySpan<System.Drawing.Point> pts, ReadOnlySpan<byte> types, System.Drawing.Drawing2D.FillMode fillMode = System.Drawing.Drawing2D.FillMode.Alternate);
new System.Drawing.Drawing2D.GraphicsPath : ReadOnlySpan<System.Drawing.Point> * ReadOnlySpan<byte> * System.Drawing.Drawing2D.FillMode -> System.Drawing.Drawing2D.GraphicsPath
Public Sub New (pts As ReadOnlySpan(Of Point), types As ReadOnlySpan(Of Byte), Optional fillMode As FillMode = System.Drawing.Drawing2D.FillMode.Alternate)

Parameter

fillMode
FillMode

Berlaku untuk

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

Sumber:
GraphicsPath.cs
public GraphicsPath (ReadOnlySpan<System.Drawing.PointF> pts, ReadOnlySpan<byte> types, System.Drawing.Drawing2D.FillMode fillMode = System.Drawing.Drawing2D.FillMode.Alternate);
new System.Drawing.Drawing2D.GraphicsPath : ReadOnlySpan<System.Drawing.PointF> * ReadOnlySpan<byte> * System.Drawing.Drawing2D.FillMode -> System.Drawing.Drawing2D.GraphicsPath
Public Sub New (pts As ReadOnlySpan(Of PointF), types As ReadOnlySpan(Of Byte), Optional fillMode As FillMode = System.Drawing.Drawing2D.FillMode.Alternate)

Parameter

fillMode
FillMode

Berlaku untuk