Skip to main content

GraphicsCache.DrawImage(Image, PointF) Method

Draws the Image with its original physical size and at the specified location.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void DrawImage(
    Image image,
    PointF point
)

Parameters

Name Type Description
image Image

An Image to draw.

point PointF

A PointF structure that specifies the image upper-left corner’s location.

See Also