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