'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, _
ByVal isRotatableA value indicating whether the line cap must be rotated with line.As Boolean, _
ByVal isFillableA value indicating whether the line cap is fillable.As Boolean _
)
public PdfLineCap(
Vintasoft.Imaging.Drawing.IGraphicsPath fillPath,
Vintasoft.Imaging.Drawing.IGraphicsPath strokePath,
bool isRotatable,
bool isFillable
)
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.
- isRotatable
- A value indicating whether the line cap must be rotated with line.
- isFillable
- A value indicating whether the line cap is fillable.