| PathData {Microsoft.VisualBasic.Imaging} |
.NET clr documentation |
PathData
Description
Declare
# namespace Microsoft.VisualBasic.Imaging
export class PathData {
# Gets or sets an array of PointF structures that represent the points through which the path is constructed.
Points: PointF[];
# Gets or sets the types of the corresponding points in the path.
# 0=Start, 1=Line, 3=Bezier/Bezier3, 0x80=CloseSubpath flag
Types: Byte[];
}
.NET clr type reference tree
- use by property member
Points: PointF
- use by property member
Types: Byte
[Package
{$package} version {$version}
Index]