Paint.Arrow (gb.gui)

Static Sub Arrow ( X As Float, Y As Float, Width As Float, Height As Float, Orientation As Integer [ , Alignment As Integer ] )

Add an arrow to the current path.

  • X, Y, Width and Height define the rectangle enclosing the arrow, and hence its size.

  • Orientation is the orientation of the arrow. It can be one the four following constants:

  • Alignment is the alignment of the arrow inside the specified rectangle. It's Align.Center by default.

Once the arrow is drawn, you must then use the Stroke method to actually paint it.