Page 1 of 1
How do I make this knob small.
Posted: Tue Jul 21, 2015 4:44 pm
by blatantleesly
Weird question, how do I simply make this knob smaller?
Thanks in advance. Cheers
Re: How do I make this knob small.
Posted: Tue Jul 21, 2015 5:19 pm
by Logado
Radius of Marker parameter and change code
v.drawBitmap @image,[(
v.width-@image.width)/2.0,(
v.height-@image.height)/2.0]
v.drawBitmap @image,[(
v.width-@image.width),(
v.height-@image.height),
2,2]
2,2 bitmap scale
Re: How do I make this knob small.
Posted: Wed Jul 22, 2015 3:13 pm
by blatantleesly
Thanks, The thing I don't understand is the relationship between the marker radius and the bitmap size? Could You offer an explanation to make this slightly clearer please. Kind Regards.