'Declaration Public Function New( _
ByVal fillPathA IGraphicsPath object that defines the fill for the custom cap.As Vintasoft.Imaging.Drawing.IGraphicsPath, _
ByVal strokePathA IGraphicsPath object that defines the outline of the custom cap.As Vintasoft.Imaging.Drawing.IGraphicsPath _
)
public PdfLineCap(
Vintasoft.Imaging.Drawing.IGraphicsPath fillPath,
Vintasoft.Imaging.Drawing.IGraphicsPath strokePath
)
public: PdfLineCap(
Vintasoft.Imaging.Drawing.IGraphicsPath* fillPath,
Vintasoft.Imaging.Drawing.IGraphicsPath* strokePath
)
Parameters
- fillPath
- A IGraphicsPath object that defines the fill for the custom cap.
- strokePath
- A IGraphicsPath object that defines the outline of the custom cap.