Top "Draw" questions

A tag for questions about methods of displaying graphical data or images.

Distance between items in a Listview

I have a ListView in my Layout. <ListView android:id="@+id/list_infoitems" android:layout_width="fill_parent" android:…

android view draw
How to Draw a Circle with Centered Fadeing Out Gradients with HTML5 Canvas?

How can I draw a circle with fadeing out gradients? I mean something like this: Getting darker and darker...

javascript html canvas draw gradient
android: quality of the images resized in runtime

I want to show images using drawBitmap() method. But before I want to resize it according screen dimensions. I have …

android image drawing resize draw
Remove Actors from Stage?

I use LibGDX and move only the camera in my game. Yesterday I founded a way to draw the ground …

java libgdx draw game-engine flappy-bird-clone
Draw line animated

I want to have a line in the center of the screen and animate it like a snake This is …

swift animation draw
Draw bold/italic text with PIL?

How to draw bold/italic text with PIL? ImageFont.truetype(file, size) has an option to specify font size only.

python text fonts python-imaging-library draw
How to outline a TextView?

What I want to do? (blue will be changed as white) What I did? I have found a class which …

android fonts android-canvas draw stroke
Draw a line using an angle and a point in OpenCV

I have a point and an angle in OpenCV, how can I draw that using those parameters and not using 2 …

opencv line draw point
Draw equidistant points on a spiral

I need an algorithm to calculate the distribution of points on a spiral path. The input parameters of this algorithm …

algorithm draw algebra spiral
Android draw text into rectangle on center and crop it if needed

I want to draw text into rectangle on center (horizontally and vertically). If there is too much of a text …

android text draw rect