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

PageCanvas.DrawImage(OfficeImage, Point) Method

Draws a custom image.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

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