Back to Devexpress

PageCanvas.DrawRectangle Method

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

latest1.2 KB
Original Source

PageCanvas.DrawRectangle Method

NameParametersDescription
DrawRectangle(RichEditPenBase, Rectangle, DocumentLayoutUnit)pen, bounds, unitDraws a custom rectangle.
DrawRectangle(RichEditPenBase, Rectangle)pen, boundsDraws a custom rectangle.
DrawRectangle(RichEditPenBase, Int32, Int32, Int32, Int32, DocumentLayoutUnit)pen, x, y, width, height, unitDraws a custom rectangle.
DrawRectangle(RichEditPenBase, Int32, Int32, Int32, Int32)pen, x, y, width, heightDraws a custom rectangle.