PdfContents.DrawDoubleBezierPath Method

PDF File Writer

PdfContentsDrawDoubleBezierPath Method

Draw double Bezier path

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
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
See Also