CustomLineCap {Microsoft.VisualBasic.Imaging} .NET clr documentation

CustomLineCap

Description

Encapsulates a custom user-defined line cap.

Declare

            
# namespace Microsoft.VisualBasic.Imaging
export class CustomLineCap {
   # Gets or sets the line cap used at the base of the cap.
   BaseCap: LineCap;
   # Gets or sets the distance between the cap and the line.
   BaseInset: double;
   # Gets or sets the path used to fill the interior of the cap.
   FillPath: GraphicsPath;
   # Gets or sets the scale factor for the height of the line cap.
   HeightScale: double;
   # Gets or sets the line cap used at the stroke inset from the end of a line.
   StrokeJoin: LineJoin;
   # Gets or sets the path used to draw the outline of the cap.
   StrokePath: GraphicsPath;
   # Gets or sets the scale factor for the width of the line cap.
   WidthScale: double;
}

        

.NET clr type reference tree

  1. use by property member BaseCap: LineCap
  2. use by property member FillPath: GraphicsPath
  3. use by property member StrokeJoin: LineJoin
  4. use by property member StrokePath: GraphicsPath

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