Skip to main content
Box

PageCanvas.DrawImage(OfficeImage, Rectangle) Method

Draws a custom image.

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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