Back to Devexpress

PageCanvas.DrawLine Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-dot-pagecanvas-dot-drawline.md

latest1.2 KB
Original Source

PageCanvas.DrawLine Method

NameParametersDescription
DrawLine(RichEditPenBase, Point, Point, DocumentLayoutUnit)pen, point1, point2, unitDraws a custom line.
DrawLine(RichEditPenBase, Point, Point)pen, point1, point2Draws a custom line.
DrawLine(RichEditPenBase, Int32, Int32, Int32, Int32, DocumentLayoutUnit)pen, x1, y1, x2, y2, unitDraws a custom line.
DrawLine(RichEditPenBase, Int32, Int32, Int32, Int32)pen, x1, y1, x2, y2Draws a custom line.