Skip to main content
Box

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PageCanvas.DrawLine Method

Name Parameters Description
DrawLine(RichEditPenBase, Point, Point, DocumentLayoutUnit) pen, point1, point2, unit Draws a custom line.
DrawLine(RichEditPenBase, Point, Point) pen, point1, point2 Draws a custom line.
DrawLine(RichEditPenBase, Int32, Int32, Int32, Int32, DocumentLayoutUnit) pen, x1, y1, x2, y2, unit Draws a custom line.
DrawLine(RichEditPenBase, Int32, Int32, Int32, Int32) pen, x1, y1, x2, y2 Draws a custom line.