GraphicsPath.PathTypes Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the types of the corresponding points in the PathPoints array.
public:
property cli::array <System::Byte> ^ PathTypes { cli::array <System::Byte> ^ get(); };
public byte[] PathTypes { get; }
member this.PathTypes : byte[]
Public ReadOnly Property PathTypes As Byte()
An array of bytes that specifies the types of the corresponding points in the path.
The array of bytes returned by the PathTypes property specifies point types and flags for the data points in a path. For each point, bits 0 through 2 indicate the type of a point, and bits 3 through 7 hold a set of flags that specify the attributes of a point. The following table shows possible values and their meanings.
Value | Meaning |
---|---|
0 | Indicates that the point is the start of a figure. |
1 | Indicates that the point is one of the two endpoints of a line. |
3 | Indicates that the point is an endpoint or control point of a cubic Bézier spline. |
0x7 | Masks all bits except for the three low-order bits, which indicate the point type. |
0x20 | Specifies that the point is a marker. |
0x80 | Specifies that the point is the last point in a closed subpath (figure). |
Производ | Верзије |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.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 |
.NET Standard | 2.0 (package-provided) |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET повратне информације
.NET је пројекат отвореног кода. Изаберите везу да бисте обезбедили повратне информације: