I hereby claim:
- I am grimlor on github.
- I am jackpines (https://keybase.io/jackpines) on keybase.
- I have a public key ASADR4aj9mCE8_GNQg7-KXxhxwY7kUfEQrKLZ02Q-npODwo
To claim this, I am signing this object:
| {"label":"coverage","message":"100%","schemaVersion":1,"color":"hsl(120, 100%, 40%)"} |
| {"label":"coverage","message":"100%","schemaVersion":1,"color":"hsl(120, 100%, 40%)"} |
| {} |
| {"label":"coverage","message":"100%","schemaVersion":1,"color":"hsl(120, 100%, 40%)"} |
| {"label":"coverage","message":"100%","schemaVersion":1,"color":"hsl(120, 100%, 40%)"} |
I hereby claim:
To claim this, I am signing this object:
| open System | |
| open System.Drawing | |
| open System.Windows.Forms | |
| // Create a form to display the graphics | |
| let width, height = 800, 800 | |
| let form = new Form(Width = width, Height = height) | |
| let box = new PictureBox(BackColor = Color.White, Dock = DockStyle.Fill) | |
| let image = new Bitmap(width, height) | |
| let graphics = Graphics.FromImage(image) |