| GraphicsPath {Microsoft.VisualBasic.Imaging} |
.NET clr documentation |
GraphicsPath
Description
Declare
# namespace Microsoft.VisualBasic.Imaging
export class GraphicsPath {
# Gets or sets the fill mode that determines how the interior of shapes in this GraphicsPath is filled.
FillMode: FillMode;
# Gets the PathData for this GraphicsPath, containing both Points and Types.
PathData: PathData;
# Gets the points in the path.
PathPoints: PointF[];
# Gets the types of the corresponding points in the path.
PathTypes: Byte[];
}
.NET clr type reference tree
- use by property member
FillMode: FillMode
- use by property member
PathData: PathData
- use by property member
PathPoints: PointF
- use by property member
PathTypes: Byte
[Package
{$package} version {$version}
Index]