You are not logged in.

Search results

Search results 1-1 of 1.

Sunday, January 9th 2011, 10:04pm

Author: Budly

Picture1.Scale and Picture1.Circle

Newbie from VB6 here.... What is the simplest way to rescale the plotting scale in a picture box (used to be just .Scale with the mins and maxes after that) and then draw a simple circle? VB6 EXAMPLE: Sub DrawACircle() Dim CircleRadius As Single CircleRadius = 10 Picture1.Scale (-50 50)-(50, -50) Picture1.Circle (0, 0), CircleRadius, vbBlack End Sub

WoltLab Burning Board