CustomLineCap.CustomLineCap

CustomLineCap(GraphicsPath, GraphicsPath)

初始化一个新的实例CustomLineCap具有指定轮廓和填充的类。

public CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath)
范围类型描述
fillPathGraphicsPathAGraphicsPath定义自定义帽的填充的对象。
strokePathGraphicsPathAGraphicsPath定义自定义帽轮廓的对象。

也可以看看


CustomLineCap(GraphicsPath, GraphicsPath, LineCap)

初始化一个新的实例CustomLineCap来自指定现有的类LineCap具有指定轮廓和填充的枚举.

public CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath, LineCap baseCap)
范围类型描述
fillPathGraphicsPathAGraphicsPath定义自定义帽的填充的对象。
strokePathGraphicsPathAGraphicsPath定义自定义帽轮廓的对象。
baseCapLineCap从中创建自定义帽的线帽。

也可以看看


CustomLineCap(GraphicsPath, GraphicsPath, LineCap, float)

初始化一个新的实例CustomLineCap来自指定现有的类LineCap具有指定轮廓、填充和插图的枚举.

public CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath, LineCap baseCap, 
    float baseInset)
范围类型描述
fillPathGraphicsPathAGraphicsPath定义自定义帽的填充的对象。
strokePathGraphicsPathAGraphicsPath定义自定义帽轮廓的对象。
baseCapLineCap从中创建自定义帽的线帽。
baseInsetSingle上限和线之间的距离。

也可以看看