Click or drag to resize

FndRTLGraphics.DrawIcon Method

Draws the image represented by the specified System.Drawing.Icon at the specified coordinates.

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public void DrawIcon(
	Icon icon,
	int x,
	int y
)

Parameters

icon
Type: System.Drawing.Icon
System.Drawing.Icon to draw.
x
Type: System.Int32
The x-coordinate of the upper-left corner of the drawn image.
y
Type: System.Int32
The y-coordinate of the upper-left corner of the drawn image.
See Also