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

  1. use by property member FillMode: FillMode
  2. use by property member PathData: PathData
  3. use by property member PathPoints: PointF
  4. use by property member PathTypes: Byte

[Package {$package} version {$version} Index]