| CustomLineCap {Microsoft.VisualBasic.Imaging} | .NET clr documentation |
Encapsulates a custom user-defined line cap.
# 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;
}
BaseCap: LineCapFillPath: GraphicsPathStrokeJoin: LineJoinStrokePath: GraphicsPath