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

PageCanvas.DrawImage(OfficeImage, Rectangle) 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
)

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.

See Also