IconLib REALbasic Plugin

Icon.DrawLargeMask Method

Use this method to draw a large icon's mask (32x32).

DrawLargeMask(
   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