Graphics.DrawNoteIcon

From Xojo Documentation

Method

Graphics.DrawNoteIcon(x As Double, y As Double)

Supported for all project types and targets.

Draws the operating system's Note icon at the coordinates specified. X and Y are the coordinates of the top-left corner.

Sample Code

This code draws the Note icon at the passed coordinates. The code is in the Paint event.

g.DrawNoteIcon(170.0, 120.0)