Click here to Skip to main content
15,891,905 members
Home / Discussions / Graphics
   

Graphics

 
Questiongraphics quality very poor, how to improve? Pin
joost.versteegen16-Jun-13 20:27
joost.versteegen16-Jun-13 20:27 
AnswerRe: graphics quality very poor, how to improve? Pin
Marco Bertschi25-Jun-13 23:10
protectorMarco Bertschi25-Jun-13 23:10 
AnswerRe: graphics quality very poor, how to improve? Pin
MaulikDusara26-Jun-13 9:00
MaulikDusara26-Jun-13 9:00 
GeneralRe: graphics quality very poor, how to improve? Pin
joost.versteegen26-Jun-13 22:11
joost.versteegen26-Jun-13 22:11 
GeneralRe: graphics quality very poor, how to improve? Pin
Kamran Ayati16-Sep-13 1:29
Kamran Ayati16-Sep-13 1:29 
GeneralRe: graphics quality very poor, how to improve? Pin
Mr. Nand Lal Gordhan Das Bheel10-May-14 20:03
Mr. Nand Lal Gordhan Das Bheel10-May-14 20:03 
GeneralRe: graphics quality very poor, how to improve? Pin
Tino Fourie12-Jul-14 11:56
Tino Fourie12-Jul-14 11:56 
AnswerRe: graphics quality very poor, how to improve? Pin
Tino Fourie12-Jul-14 12:02
Tino Fourie12-Jul-14 12:02 
An image with a dimension of 48x48 literally means that you have an image consisting of 48 * 48 pixels. If you load that image into a control with an Image property, and the said control's dimension are bigger than that of the image itself, the image will be stretched (zoomed) to fit the dimension of the control.

However, in a Picturebox you can control how an image is displayed - zoomed, stretched, centered, etc. As mentioned before, try and use a higher resolution image. Higher resolution means a higher number of pixels. That will give you an image file with a greater dimension. The control you are using the display the image (other than a picturebox) will fit the image according to its own dimensions and not that of the image.

Make sure that the control's dimensions are relative to that of the image to prevent the image from being distorted.
QuestionUseage about OPCODE collision detection Pin
Henry Hong4-Jun-13 15:23
Henry Hong4-Jun-13 15:23 
AnswerRe: Useage about OPCODE collision detection - REPOST Pin
Richard MacCutchan4-Jun-13 22:03
mveRichard MacCutchan4-Jun-13 22:03 
GeneralRe: Useage about OPCODE collision detection - REPOST Pin
Henry Hong4-Jun-13 22:09
Henry Hong4-Jun-13 22:09 
GeneralRe: Useage about OPCODE collision detection - REPOST Pin
Richard MacCutchan4-Jun-13 23:31
mveRichard MacCutchan4-Jun-13 23:31 
QuestionOpenGL 3.0 Square is being drawn behind another Square Pin
mrpeed1-May-13 12:51
mrpeed1-May-13 12:51 
AnswerRe: OpenGL 3.0 Square is being drawn behind another Square Pin
Santhosh G_27-May-13 6:23
Santhosh G_27-May-13 6:23 
QuestionGestures, jestures, and swipes - implementation fundamentals Pin
charlieg10-Apr-13 11:51
charlieg10-Apr-13 11:51 
AnswerRe: Gestures, jestures, and swipes - implementation fundamentals Pin
Pete O'Hanlon10-Apr-13 12:14
mvePete O'Hanlon10-Apr-13 12:14 
GeneralRe: Gestures, jestures, and swipes - implementation fundamentals Pin
charlieg10-Apr-13 23:23
charlieg10-Apr-13 23:23 
GeneralRe: Gestures, jestures, and swipes - implementation fundamentals Pin
Pete O'Hanlon10-Apr-13 23:34
mvePete O'Hanlon10-Apr-13 23:34 
GeneralRe: Gestures, jestures, and swipes - implementation fundamentals Pin
charlieg10-Apr-13 23:53
charlieg10-Apr-13 23:53 
GeneralRe: Gestures, jestures, and swipes - implementation fundamentals Pin
Pete O'Hanlon11-Apr-13 0:03
mvePete O'Hanlon11-Apr-13 0:03 
GeneralRe: Gestures, jestures, and swipes - implementation fundamentals Pin
charlieg11-Apr-13 0:16
charlieg11-Apr-13 0:16 
GeneralRe: Gestures, jestures, and swipes - implementation fundamentals Pin
Pete O'Hanlon11-Apr-13 0:19
mvePete O'Hanlon11-Apr-13 0:19 
Question3D C# windows from Pin
taufiki8-Feb-13 0:06
taufiki8-Feb-13 0:06 
AnswerCrosspost PinPopular
Eddy Vluggen8-Feb-13 0:27
professionalEddy Vluggen8-Feb-13 0:27 
AnswerRe: 3D C# windows from Pin
MaulikDusara26-Jun-13 9:04
MaulikDusara26-Jun-13 9:04 

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.