'Declaration Public Function New( _
ByVal fillPathThe fill path for the line cap.As IGraphicsPath, _
ByVal strokePathThe stroke path for the line cap.As IGraphicsPath _
)
public DrawingLineCap(
IGraphicsPath fillPath,
IGraphicsPath strokePath
)
public: DrawingLineCap(
IGraphicsPath* fillPath,
IGraphicsPath* strokePath
)
public:
DrawingLineCap(
IGraphicsPath^ fillPath,
IGraphicsPath^ strokePath
)
Parameters
- fillPath
- The fill path for the line cap.
- strokePath
- The stroke path for the line cap.