IconLib REALbasic Plugin

Icon.DrawLarge Method

Use this method to draw a large icon (32x32). The icon will be drawn in selected state if the Selected property of the class is set.

DrawLarge(
   g as Graphics,
   x as Integer,
   y as Integer)

Parameters

g
The Graphics context to draw into. (Note that the coordinate system might be relative to the Window, depending on which object you are drawing into)
x
The x coordinate.
y
The y coordinate.

Remarks

See Also

Icon Class