Helper method for drawing images.
DPIImageScaleMode parameter can be used for specifying how the Image should be scaled.
Namespace: Ifs.Fnd.CoreAssembly: Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.0.0.0 (4.80.18.0)
Syntax
Parameters
- g
- Type:
System.Drawing Graphics
Graphics object
- image
- Type:
System.Drawing Image
Image
- x
- Type:
System Int32
Location of the image
- y
- Type:
System Int32
Location of the image
- imageScaleMode
- Type: Ifs.Fnd.Core DPIImageScaleMode
Image scaling to be perfomed
See Also