View on GitHub

SBResources

Small Basic Resources (backup from TechNet Gallery)

Small Basic: Turtle Bitmap for Another Turtle Project: PNG Image

This is a Turtle image formatted as PNG file. This image is for Small Basic Another Turtle Project here. My intension is to refer this image directly from Small Basic programs. This image is made with Paint program attached in Windows. And added transparent color with GIMP

Download: Turtle.png

Description

This is a Turtle image formatted as PNG file. This image is for Small Basic Another Turtle Project here. My intension is to refer this image directly from Small Basic programs. This image is made with Paint program attached in Windows. And added transparent color with GIMP. Making of this image is introduced here.

Turtle

You can refer this image such as following code sample. This image has 235 pixel width and 248 pixel height.

url = "http://gallery.technet.microsoft.com/Turtle-PNG-Bitmap-for-582b449c/file/116666/1/Turtle.png"
GraphicsWindow.DrawImage(url, 10, 10)

Copyright (c) 2014 Nonki Takahashi.

Verified on the following platforms

Platform Verified
Windows 10 Yes
Windows Server 2012 Yes
Windows Server 2012 R2 No
Windows Server 2008 R2 Yes
Windows Server 2008 Yes
Windows Server 2003 Yes
Windows Server 2016 No
Windows 8 Yes
Windows 7 Yes
Windows Vista Yes
Windows XP Yes
Windows 2000 Yes