.NET API 10,293,248 bytes
PdfLine
public float X1 {
get;
set; }
public float X2 {
get;
set; }
public float Y1 {
get;
set; }
public float Y2 {
get;
set; }
public PdfLine(
float x1,
float y1,
float x2,
float y2)
public PdfLine(
PdfPen pen,
float x1,
float y1,
float x2,
float y2)