PDF File Writer Class Library - Author Uzi Granot
PdfContentsDrawDoubleBezierPath Method |
Draw double Bezier path
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public void DrawDoubleBezierPath( LineD CenterLine, double Factor1, double Alpha1, double Factor2, double Alpha2, PaintOp PP )
Parameters
- CenterLine
- Type: PdfFileWriterLineD
Center line - Factor1
- Type: SystemDouble
Factor 1 - Alpha1
- Type: SystemDouble
Alpha 1 - Factor2
- Type: SystemDouble
Factor 2 - Alpha2
- Type: SystemDouble
Alpha 2 - PP
- Type: PdfFileWriterPaintOp
Paint operator
