Plot coordinate pairs: Difference between revisions

Content added Content deleted
(→‎{{header|AutoHotkey}}: Added AutoHotkey entry)
Line 132: Line 132:
, Gdip_FillRectangle(G, pBrush, -3, -3, 906, 906)
, Gdip_FillRectangle(G, pBrush, -3, -3, 906, 906)
, Gdip_DeleteBrush(pBrush)
, Gdip_DeleteBrush(pBrush)
, pPen1 := Gdip_CreatePen(0xffffcc00, 2)
, pPen2 := Gdip_CreatePen(0xffffffff, 2)
, pPen2 := Gdip_CreatePen(0xffffffff, 2)
, pPen3 := Gdip_CreatePen(0xff447821, 1)
, pPen3 := Gdip_CreatePen(0xff447821, 1)
Line 139: Line 140:
, FontOptions1 := "x0 y870 Right cbbffffff r4 s16 Bold"
, FontOptions1 := "x0 y870 Right cbbffffff r4 s16 Bold"
, Gdip_TextToGraphics(G, 0, FontOptions1, Font, 40, 20)
, Gdip_TextToGraphics(G, 0, FontOptions1, Font, 40, 20)
, pPen1 := Gdip_CreatePen(0xffffcc00, 2)


Loop, % x.MaxIndex() - 1 {
Loop, % x.MaxIndex() - 1 {