Click here to Skip to main content
15,888,527 members
Home / Discussions / C#
   

C#

 
AnswerRe: Testing for current PictureBox.Image Pin
Christian Graus9-Jul-09 3:18
protectorChristian Graus9-Jul-09 3:18 
AnswerRe: Testing for current PictureBox.Image Pin
Sun Rays9-Jul-09 3:39
Sun Rays9-Jul-09 3:39 
GeneralRe: Testing for current PictureBox.Image Pin
Christian Graus9-Jul-09 3:54
protectorChristian Graus9-Jul-09 3:54 
GeneralRe: Testing for current PictureBox.Image Pin
kanchoette9-Jul-09 4:27
kanchoette9-Jul-09 4:27 
GeneralRe: Testing for current PictureBox.Image Pin
Luc Pattyn9-Jul-09 9:31
sitebuilderLuc Pattyn9-Jul-09 9:31 
AnswerRe: Testing for current PictureBox.Image Pin
0x3c09-Jul-09 5:40
0x3c09-Jul-09 5:40 
QuestionC# Rijndael Encrypt and Pel Crypt::CBC Pin
DanielLC9-Jul-09 3:13
DanielLC9-Jul-09 3:13 
QuestionGraphics.DrawImageUnscaled blurry Pin
Huisheng Chen9-Jul-09 3:02
Huisheng Chen9-Jul-09 3:02 
I want to do a tile by myself, I can see that the result image is very blurry, and the positions of each piece are not correct(overlapped partly), why?

Bitmap bitmap = new Bitmap(2000, 2000, PixelFormat.Format32bppArgb);<br />
using (Graphics graphic = Graphics.FromImage(bitmap))<br />
{<br />
    Bitmap image = (Bitmap)Bitmap.FromFile(@"background.bmp");<br />
    for (int j = 0; j < 15; j++)<br />
    {<br />
        graphic.DrawImageUnscaled(image, (j % 4) * image.Width, (j / 4) * image.Height, image.Width, image.Height);<br />
    }<br />
}<br />
bitmap.Save(@"a.png", ImageFormat.Png);<br />


Regards,
unruledboy_at_gmail_dot_com
http://www.xnlab.com

AnswerRe: Graphics.DrawImageUnscaled blurry Pin
Christian Graus9-Jul-09 3:17
protectorChristian Graus9-Jul-09 3:17 
GeneralRe: Graphics.DrawImageUnscaled blurry Pin
Huisheng Chen9-Jul-09 3:53
Huisheng Chen9-Jul-09 3:53 
QuestionToUnicodeEx and dead keys inside system wide hooks Pin
RevengerPT9-Jul-09 2:52
RevengerPT9-Jul-09 2:52 
Questioncash register. Pin
solomonope9-Jul-09 2:03
solomonope9-Jul-09 2:03 
AnswerRe: cash register. Pin
Christian Graus9-Jul-09 2:13
protectorChristian Graus9-Jul-09 2:13 
GeneralRe: cash register. Pin
solomonope9-Jul-09 3:43
solomonope9-Jul-09 3:43 
AnswerRe: cash register. Pin
Rajesh R Subramanian9-Jul-09 3:17
professionalRajesh R Subramanian9-Jul-09 3:17 
GeneralRe: cash register. Pin
Manas Bhardwaj9-Jul-09 3:28
professionalManas Bhardwaj9-Jul-09 3:28 
GeneralRe: cash register. Pin
solomonope9-Jul-09 3:37
solomonope9-Jul-09 3:37 
GeneralRe: cash register. Pin
OriginalGriff9-Jul-09 4:02
mveOriginalGriff9-Jul-09 4:02 
GeneralRe: cash register. Pin
Rajesh R Subramanian9-Jul-09 4:13
professionalRajesh R Subramanian9-Jul-09 4:13 
QuestionProblem in viewing image in multi user environment Pin
Khawar Abbas19-Jul-09 2:01
Khawar Abbas19-Jul-09 2:01 
AnswerRe: Problem in viewing image in multi user environment Pin
Christian Graus9-Jul-09 2:14
protectorChristian Graus9-Jul-09 2:14 
GeneralRe: Problem in viewing image in multi user environment Pin
Khawar Abbas19-Jul-09 2:19
Khawar Abbas19-Jul-09 2:19 
GeneralRe: Problem in viewing image in multi user environment Pin
Christian Graus9-Jul-09 2:36
protectorChristian Graus9-Jul-09 2:36 
GeneralRe: Problem in viewing image in multi user environment Pin
Khawar Abbas19-Jul-09 2:41
Khawar Abbas19-Jul-09 2:41 
Question[Message Deleted] Pin
guchu9-Jul-09 1:53
guchu9-Jul-09 1:53 

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.