'Declaration Public Function New( _
ByVal fillPathThe fill path for the line cap.As IGraphicsPath, _
ByVal strokePathThe stroke path for the line cap.As IGraphicsPath, _
ByVal referenceLineOffsetThe amount of displacement of the attached line (along the line) in the cap's coordinate system.As Single _
)
public DrawingLineCap(
IGraphicsPath fillPath,
IGraphicsPath strokePath,
float referenceLineOffset
)
public: DrawingLineCap(
IGraphicsPath* fillPath,
IGraphicsPath* strokePath,
float referenceLineOffset
)
public:
DrawingLineCap(
IGraphicsPath^ fillPath,
IGraphicsPath^ strokePath,
float referenceLineOffset
)
Parameters
- fillPath
- The fill path for the line cap.
- strokePath
- The stroke path for the line cap.
- referenceLineOffset
- The amount of displacement of the attached line (along the line) in the cap's coordinate system.