Click here to Skip to main content
15,889,863 members
Home / Discussions / C#
   

C#

 
QuestionWindows Form GridView Pin
moody12314-Nov-09 23:09
moody12314-Nov-09 23:09 
AnswerRe: Windows Form GridView Pin
binhvtt14-Nov-09 23:34
binhvtt14-Nov-09 23:34 
GeneralRe: Windows Form GridView Pin
moody12315-Nov-09 0:42
moody12315-Nov-09 0:42 
GeneralRe: Windows Form GridView Pin
binhvtt15-Nov-09 14:54
binhvtt15-Nov-09 14:54 
QuestionDifference B/w 3 types of Lines. Pin
lexical114-Nov-09 21:50
lexical114-Nov-09 21:50 
AnswerRe: Difference B/w 3 types of Lines. Pin
OriginalGriff14-Nov-09 21:56
mveOriginalGriff14-Nov-09 21:56 
GeneralRe: Difference B/w 3 types of Lines. Pin
binhvtt14-Nov-09 23:41
binhvtt14-Nov-09 23:41 
GeneralRe: Difference B/w 3 types of Lines. Pin
lexical115-Nov-09 2:47
lexical115-Nov-09 2:47 
well ok.. u mean that if user wana draw the linear line it will be a straight line and if the user wana draw a constant line it will be only a point and nothing else? is it? and the third one that is parabola..and it means that in which ever direction the mouse is moved it should draw parabola..?? will u plz tell em i right or not?
Actualy sumone told me this..

constant — This distribution will place an equal amount of paint at each pixel within the airbrush’s radius.

linear — This distribution will place a linearly decreasing amount of paint at each pixel as you move away from the center point. So at the center point, you will have full intensity of paint, whereas at radius pixels away from the center, no paint will be put on the canvas.

quadratic — This distribution will place a quadratically decreasing amount of paint at each pixel as you move away from the center point (i.e., the amount of paint used as you move away from the center decreases with the square of the distance). So, as with the linear distribution, the center point will have full paint intensity, whereas at radius pixels away from the center, almost no paint will be put on the canvas. There can be multiple ways to write the quadratic distribution. (Note: Your quadratic function should at least satisfy the property that when the distance x from the center of the circle is zero, the value of your function is "1", when the distance x is halfway to the radius, the value of your function is "1/4", and when the distance x is greater than or equal to the radius of your brush, the value of your function should be zero.)


i realy dnt understand these three points especially the last one..like how will decrease the intensity of the color..?? what i know is that v have a pen and assign sum color to it. like
Pen myPen = new Pen(Color.Red);
then how i will decrease the intensity of this color..??
GeneralRe: Difference B/w 3 types of Lines. Pin
binhvtt15-Nov-09 14:59
binhvtt15-Nov-09 14:59 
AnswerRe: don't use CreateGraphics Pin
Luc Pattyn14-Nov-09 23:39
sitebuilderLuc Pattyn14-Nov-09 23:39 
GeneralRe: don't use CreateGraphics Pin
lexical115-Nov-09 2:34
lexical115-Nov-09 2:34 
QuestionRefresh database using c# Pin
tasumisra14-Nov-09 20:02
tasumisra14-Nov-09 20:02 
AnswerRe: Refresh database using c# Pin
Shameel14-Nov-09 22:17
professionalShameel14-Nov-09 22:17 
AnswerRe: Refresh database using c# Pin
Abhishek Sur14-Nov-09 23:34
professionalAbhishek Sur14-Nov-09 23:34 
GeneralRe: Refresh database using c# Pin
binhvtt14-Nov-09 23:44
binhvtt14-Nov-09 23:44 
AnswerRe: Refresh database using c# Pin
Abhishek Sur15-Nov-09 0:14
professionalAbhishek Sur15-Nov-09 0:14 
GeneralRe: Refresh database using c# Pin
tasumisra15-Nov-09 3:23
tasumisra15-Nov-09 3:23 
Questioncopying large tables Pin
hosseinghazanfary14-Nov-09 19:40
hosseinghazanfary14-Nov-09 19:40 
AnswerRe: copying large tables Pin
N a v a n e e t h14-Nov-09 20:23
N a v a n e e t h14-Nov-09 20:23 
GeneralRe: copying large tables Pin
OriginalGriff14-Nov-09 22:01
mveOriginalGriff14-Nov-09 22:01 
GeneralRe: copying large tables Pin
hosseinghazanfary19-Nov-09 3:21
hosseinghazanfary19-Nov-09 3:21 
QuestionC# UnPacking Executables Pin
fuze14-Nov-09 16:04
fuze14-Nov-09 16:04 
AnswerRe: C# UnPacking Executables Pin
Dave Kreskowiak14-Nov-09 18:09
mveDave Kreskowiak14-Nov-09 18:09 
Questionconnect clients using share host callback Pin
doronpp14-Nov-09 13:25
doronpp14-Nov-09 13:25 
QuestionStoring Data Pin
_Q12_14-Nov-09 12:18
_Q12_14-Nov-09 12:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.