[This is preliminary documentation and is subject to change.]
Add line primitive to the page
Namespace: NFX.Media.PDF.DocumentModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public PathElement AddLine(
float x1,
float y1,
float x2,
float y2,
float thickness
)
public PathElement AddLine(
float x1,
float y1,
float x2,
float y2,
float thickness
)
Public Function AddLine (
x1 As Single,
y1 As Single,
x2 As Single,
y2 As Single,
thickness As Single
) As PathElement
Public Function AddLine (
x1 As Single,
y1 As Single,
x2 As Single,
y2 As Single,
thickness As Single
) As PathElement
public:
PathElement^ AddLine(
float x1,
float y1,
float x2,
float y2,
float thickness
)
public:
PathElement^ AddLine(
float x1,
float y1,
float x2,
float y2,
float thickness
)
member AddLine :
x1 : float32 *
y1 : float32 *
x2 : float32 *
y2 : float32 *
thickness : float32 -> PathElement
member AddLine :
x1 : float32 *
y1 : float32 *
x2 : float32 *
y2 : float32 *
thickness : float32 -> PathElement
Return Value
Type:
PathElement