GraphicsPath Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de GraphicsPath klasse met een FillMode opsomming van Alternate.
Overloads
| Name | Description |
|---|---|
| GraphicsPath() |
Initialiseert een nieuw exemplaar van de GraphicsPath klasse met een FillMode waarde van Alternate. |
| GraphicsPath(FillMode) |
Initialiseert een nieuw exemplaar van de GraphicsPath klasse met de opgegeven FillMode opsomming. |
| GraphicsPath(Point[], Byte[]) |
Initialiseert een nieuw exemplaar van de GraphicsPath klasse met de opgegeven PathPointType en Point matrices. |
| GraphicsPath(PointF[], Byte[]) |
Initialiseert een nieuw exemplaar van de GraphicsPath matrix met de opgegeven PathPointType en PointF matrices. |
| GraphicsPath(Point[], Byte[], FillMode) |
Initialiseert een nieuw exemplaar van de GraphicsPath klasse met de opgegeven PathPointType en Point matrices en met het opgegeven FillMode opsommingselement. |
| GraphicsPath(PointF[], Byte[], FillMode) |
Initialiseert een nieuw exemplaar van de GraphicsPath matrix met de opgegeven PathPointType en PointF matrices en met het opgegeven FillMode opsommingselement. |
| GraphicsPath(ReadOnlySpan<Point>, ReadOnlySpan<Byte>, FillMode) |
Initialiseert een nieuw exemplaar van de GraphicsPath klasse met de opgegeven PathPointType en Point matrices en met het opgegeven FillMode opsommingselement. |
| GraphicsPath(ReadOnlySpan<PointF>, ReadOnlySpan<Byte>, FillMode) |
Initialiseert een nieuw exemplaar van de GraphicsPath klasse met de opgegeven PathPointType en Point matrices en met het opgegeven FillMode opsommingselement. |
GraphicsPath()
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
Initialiseert een nieuw exemplaar van de GraphicsPath klasse met een FillMode waarde van Alternate.
public:
GraphicsPath();
public GraphicsPath();
Public Sub New ()
Van toepassing op
GraphicsPath(FillMode)
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
Initialiseert een nieuw exemplaar van de GraphicsPath klasse met de opgegeven FillMode opsomming.
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)
Parameters
- fillMode
- FillMode
De FillMode opsomming die bepaalt hoe het interieur van dit GraphicsPath wordt gevuld.
Van toepassing op
GraphicsPath(Point[], Byte[])
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
Initialiseert een nieuw exemplaar van de GraphicsPath klasse met de opgegeven PathPointType en Point matrices.
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())
Parameters
- pts
- Point[]
Een matrix van Point structuren die de coördinaten definieert van de punten waaruit dit GraphicsPathbestaat.
- types
- Byte[]
Een matrix met PathPointType opsommingselementen die het type van elk corresponderend punt in de pts matrix aangeeft.
Van toepassing op
GraphicsPath(PointF[], Byte[])
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
Initialiseert een nieuw exemplaar van de GraphicsPath matrix met de opgegeven PathPointType en PointF matrices.
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())
Parameters
- pts
- PointF[]
Een matrix van PointF structuren die de coördinaten definieert van de punten waaruit dit GraphicsPathbestaat.
- types
- Byte[]
Een matrix met PathPointType opsommingselementen die het type van elk corresponderend punt in de pts matrix aangeeft.
Van toepassing op
GraphicsPath(Point[], Byte[], FillMode)
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
Initialiseert een nieuw exemplaar van de GraphicsPath klasse met de opgegeven PathPointType en Point matrices en met het opgegeven FillMode opsommingselement.
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)
Parameters
- pts
- Point[]
Een matrix van Point structuren die de coördinaten definieert van de punten waaruit dit GraphicsPathbestaat.
- types
- Byte[]
Een matrix met PathPointType opsommingselementen die het type van elk corresponderend punt in de pts matrix aangeeft.
- fillMode
- FillMode
Een FillMode opsomming die aangeeft hoe de binnenkanten van vormen in deze GraphicsPath zijn opgevuld.
Van toepassing op
GraphicsPath(PointF[], Byte[], FillMode)
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
Initialiseert een nieuw exemplaar van de GraphicsPath matrix met de opgegeven PathPointType en PointF matrices en met het opgegeven FillMode opsommingselement.
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)
Parameters
- pts
- PointF[]
Een matrix van PointF structuren die de coördinaten definieert van de punten waaruit dit GraphicsPathbestaat.
- types
- Byte[]
Een matrix met PathPointType opsommingselementen die het type van elk corresponderend punt in de pts matrix aangeeft.
- fillMode
- FillMode
Een FillMode opsomming die aangeeft hoe de binnenkanten van vormen in deze GraphicsPath zijn opgevuld.
Van toepassing op
GraphicsPath(ReadOnlySpan<Point>, ReadOnlySpan<Byte>, FillMode)
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
Initialiseert een nieuw exemplaar van de GraphicsPath klasse met de opgegeven PathPointType en Point matrices en met het opgegeven FillMode opsommingselement.
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)
Parameters
- pts
- ReadOnlySpan<Point>
Een matrix van Point structuren die de coördinaten definieert van de punten waaruit dit GraphicsPathbestaat.
- types
- ReadOnlySpan<Byte>
Een matrix met PathPointType opsommingselementen die het type van elk corresponderend punt in de pts matrix aangeeft.
- fillMode
- FillMode
Een FillMode opsomming die aangeeft hoe de binnenkanten van vormen in deze GraphicsPath zijn opgevuld.
Van toepassing op
GraphicsPath(ReadOnlySpan<PointF>, ReadOnlySpan<Byte>, FillMode)
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
- Bron:
- GraphicsPath.cs
Initialiseert een nieuw exemplaar van de GraphicsPath klasse met de opgegeven PathPointType en Point matrices en met het opgegeven FillMode opsommingselement.
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)
Parameters
- pts
- ReadOnlySpan<PointF>
Een matrix van Point structuren die de coördinaten definieert van de punten waaruit dit GraphicsPathbestaat.
- types
- ReadOnlySpan<Byte>
Een matrix met PathPointType opsommingselementen die het type van elk corresponderend punt in de pts matrix aangeeft.
- fillMode
- FillMode
Een FillMode opsomming die aangeeft hoe de binnenkanten van vormen in deze GraphicsPath zijn opgevuld.