Use this method to draw a small icon (16x16). The icon will be drawn in selected state if the Selected property of the class is set.
DrawSmall(
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