Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/wx.GraphicsPenInfo.1.py
2018-02-13 17:13:44 -08:00

5 lines
153 B
Python

ctx = wx.GraphicsContext.Create(dc)
pen = ctx.CreatePen(wx.GraphicsPenInfo(wx.BLUE).Width(1.25).Style(wx.PENSTYLE_DOT))
ctx.SetPen(pen)