CustomLineCap

CustomLineCap(GraphicsPath, GraphicsPath)

public CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath)

也可以看看


CustomLineCap(GraphicsPath, GraphicsPath, LineCap)

public CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath, LineCap baseCap)

也可以看看


CustomLineCap(GraphicsPath, GraphicsPath, LineCap, float)

public CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath, LineCap baseCap, 
    float baseInset)

也可以看看