I have a list of lines that looks like this: textbox.text += \"p\"+b+\" the rest\\r\\np\"+b+\" more text\";
I need to draw a line 开发者_开发百科with two adjacent color. The only solution i found is based on two lines, with a TranslateTransform on the second.
Please look at the picture (sorry, new users can\'t insert an image directly into post). Lines ar开发者_开发技巧e drawn semi-transparent colors (alpha = 0.5).
hello i have released my iphone app Micro-Pitch and am now porting it to android. I cannot figure out how to draw lines in a scroll view and am wondering what i am doing wrong.
I\'m a Java noob. I\'ve only used it for a few days and I\'m still trying to figure it all out. In a program, is a 开发者_JS百科line the same thing as a statement?No. I can write:
I\'m wondering how I could grab each nth lines from a String, say each 100, with the lines in the String being seperated with a \'\\n\'.
I have files with the following format: ATOM3736CBTHR A 486-6.552 153.891-7.9221.00115.15C ATOM3737OG1 THR A 486-6.756 154.842-6.8661.001开发者_运维百科14.94O
I have files with the following format: ATOM8962CAVAL W88.64781.46725.6561.00115.78C ATOM8963CVAL W810.05380.96325.5061.00114.60C
i am in situation where i want to draw lines one by one with some time period. I tried to do it by using thread.but it didnt work for me.
I have a region of space, 2 dimensions, from (0,0) to (MAX_X, MAX_Y). Inside this region of space, I draw some lines, they intersect the perimeter of the region and they may intersect one another. In