Skip to main content
Box

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

Parameters

Name Type Description
image Image

A Image object that is an image that will be placed at the selected position.

point Point

Sets the coordinates to locate the object.

See Also