System::Drawing::Drawing2D::CustomLineCap::SetStrokeCaps 方法

CustomLineCap::SetStrokeCaps method

设置当前对象表示的自定义帽的起始和结束线帽。

void System::Drawing::Drawing2D::CustomLineCap::SetStrokeCaps(LineCap startCap, LineCap endCap)
ParameterType描述
startCapLineCap要设置的起始线帽
endCapLineCap要设置的结束线帽

另见