'Declaration Public Function New( _
ByVal fillPathПуть заполнения конца строки.As IGraphicsPath, _
ByVal strokePathПуть обводки конца линии.As IGraphicsPath _
)
public DrawingLineCap(
IGraphicsPath fillPath,
IGraphicsPath strokePath
)
public: DrawingLineCap(
IGraphicsPath* fillPath,
IGraphicsPath* strokePath
)
public:
DrawingLineCap(
IGraphicsPath^ fillPath,
IGraphicsPath^ strokePath
)
Parameters
- fillPath
- Путь заполнения конца строки.
- strokePath
- Путь обводки конца линии.