Click or drag to resize

FndDPIUtilities.DrawImage Method (Graphics, Image, Rectangle, DPIImageScaleMode)

Helper method for drawing images.

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.9.0 (9.0.47.9999)
Syntax
C#
public static void DrawImage(
	Graphics g,
	Image image,
	Rectangle rect,
	DPIImageScaleMode imageScaleMode
)

Parameters

g
Type: System.Drawing.Graphics
Graphics object
image
Type: System.Drawing.Image
Image
rect
Type: System.Drawing.Rectangle
The location and bounds of the image
imageScaleMode
Type: Ifs.Fnd.Core.DPIImageScaleMode
Image scaling to be perfomed
See Also