Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Box

PageCanvas.DrawImage(OfficeImage, Rectangle, DocumentLayoutUnit) Method

Draws a custom image.

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public void DrawImage(
    OfficeImage image,
    Rectangle bounds,
    DocumentLayoutUnit unit
)

Parameters

Name Type Description
image OfficeImage

The OfficeImage descendant that will be placed at the selected position.

bounds Rectangle

Sets the image’s location and size.

unit DocumentLayoutUnit

Specifies the measurement for the image parameters.

Remarks

When you print or export documents, document objects may appear differently from the way they look on screen. To make them look the same in both outputs, set the DocumentLayoutUnit parameter to the same DocumentLayoutUnit value as the one specified for the document layout.

Note

Using this parameter is effective only if the drawn shape has coordinates and parameters represented by absolute values – coordinates with relative values already have the same measurement unit as the whole document layout.

See Also