Skip to main content
Box

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

Parameters

Name Type Description
image OfficeImage

The OfficeImage descendant that will be drawn.

point Point

Sets the coordinates to place the object.

See Also