I\'m implementing a fairly standard app with the Android sdk that involves drawing using the SurfaceView, SurfaceHolder, Callback setup.
I have a complex graphics data on a sprite or a shape (no matter which is exactly). But I want to draw shadow (inner too) for one Rect ( [10, 10, 240, 25] for example) or another path.
There are 25 symbols defi开发者_开发百科ned by \'pch\' paramter in the points function. How can I draw more than these 25 symbols
I\'m drawing some lines in cocos2d (using handy ccDrawLine), nothing fancy, but i want to check if my animated line hits something. I could do some math calculations for some objects, but fo开发者_开发
I know how to draw straight lines but could I draw a line which (around a straight l开发者_高级运维ine i.e.)?
I have two points lets say: P(x,y) [point lies at the top of image] P\'(x\',y\') [point lies at bottom of image]
I am pretty good at programming, however, i am new to c# (xna), i am following a tutorial to draw a sprite on screen and the blendstate method is not recognized when used like the following in the dra
I am writing a live wallpaper for android. To test my basic code was working I drew a rectangle in the top left-hand cornor of the screen:
I need to develop an application like an eBook reader, that loads PDF or HTML files. This part is easy. The part where I\'d like some reference or example is the feature that allows the user to highli
Can we paint images and draw text... outside a开发者_如何学Python form.. i mean literally outside...