PdfPage AddLine Method (Single, Single, Single, Single, Single, PdfColor, PdfLineType)NFX Class Library

[This is preliminary documentation and is subject to change.]

Add line primitive to the page

Namespace: NFX.Media.PDF.DocumentModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public PathElement AddLine(
	float x1,
	float y1,
	float x2,
	float y2,
	float thickness,
	PdfColor color,
	PdfLineType type
)

Return Value

Type: PathElement
See Also