public PathElement AddLine(
float x1,
float y1,
float x2,
float y2,
float thickness,
PdfColor color
)
public PathElement AddLine(
float x1,
float y1,
float x2,
float y2,
float thickness,
PdfColor color
)
Public Function AddLine (
x1 As Single,
y1 As Single,
x2 As Single,
y2 As Single,
thickness As Single,
color As PdfColor
) As PathElement
Public Function AddLine (
x1 As Single,
y1 As Single,
x2 As Single,
y2 As Single,
thickness As Single,
color As PdfColor
) As PathElement
public:
PathElement^ AddLine(
float x1,
float y1,
float x2,
float y2,
float thickness,
PdfColor^ color
)
public:
PathElement^ AddLine(
float x1,
float y1,
float x2,
float y2,
float thickness,
PdfColor^ color
)
member AddLine :
x1 : float32 *
y1 : float32 *
x2 : float32 *
y2 : float32 *
thickness : float32 *
color : PdfColor -> PathElement
member AddLine :
x1 : float32 *
y1 : float32 *
x2 : float32 *
y2 : float32 *
thickness : float32 *
color : PdfColor -> PathElement