[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,
PdfLineType type
)
public PathElement AddPath(
float x,
float y,
float thickness,
PdfColor color,
PdfLineType type
)
Public Function AddPath (
x As Single,
y As Single,
thickness As Single,
color As PdfColor,
type As PdfLineType
) As PathElement
Public Function AddPath (
x As Single,
y As Single,
thickness As Single,
color As PdfColor,
type As PdfLineType
) As PathElement
public:
PathElement^ AddPath(
float x,
float y,
float thickness,
PdfColor^ color,
PdfLineType type
)
public:
PathElement^ AddPath(
float x,
float y,
float thickness,
PdfColor^ color,
PdfLineType type
)
member AddPath :
x : float32 *
y : float32 *
thickness : float32 *
color : PdfColor *
type : PdfLineType -> PathElement
member AddPath :
x : float32 *
y : float32 *
thickness : float32 *
color : PdfColor *
type : PdfLineType -> PathElement
Return Value
Type:
PathElement