[This is preliminary documentation and is subject to change.]
Add path to the page
Namespace: NFX.Media.PDF.DocumentModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public PathElement AddPath(
float x,
float y,
float thickness,
PdfColor color
)
public PathElement AddPath(
float x,
float y,
float thickness,
PdfColor color
)
Public Function AddPath (
x As Single,
y As Single,
thickness As Single,
color As PdfColor
) As PathElement
Public Function AddPath (
x As Single,
y As Single,
thickness As Single,
color As PdfColor
) As PathElement
public:
PathElement^ AddPath(
float x,
float y,
float thickness,
PdfColor^ color
)
public:
PathElement^ AddPath(
float x,
float y,
float thickness,
PdfColor^ color
)
member AddPath :
x : float32 *
y : float32 *
thickness : float32 *
color : PdfColor -> PathElement
member AddPath :
x : float32 *
y : float32 *
thickness : float32 *
color : PdfColor -> PathElement
Return Value
Type:
PathElement