Click here to Skip to main content
15,884,298 members
Home / Discussions / C#
   

C#

 
GeneralRe: Converting grid values to lower case for update Pin
alwaysgull25-Feb-09 11:18
alwaysgull25-Feb-09 11:18 
AnswerRe: Converting grid values to lower case for update Pin
Wendelius25-Feb-09 8:44
mentorWendelius25-Feb-09 8:44 
QuestionGet Recycle Bin icon Pin
Nitoc325-Feb-09 8:09
Nitoc325-Feb-09 8:09 
AnswerRe: Get Recycle Bin icon Pin
Giorgi Dalakishvili25-Feb-09 8:41
mentorGiorgi Dalakishvili25-Feb-09 8:41 
QuestionTableLayoutPanel Cell Pin
Muammar©25-Feb-09 7:37
Muammar©25-Feb-09 7:37 
AnswerRe: TableLayoutPanel Cell Pin
Rutvik Dave25-Feb-09 8:27
professionalRutvik Dave25-Feb-09 8:27 
QuestionDrawImageUnscaled not working Pin
Richard Blythe25-Feb-09 6:43
Richard Blythe25-Feb-09 6:43 
AnswerRe: DrawImageUnscaled not working Pin
Luc Pattyn25-Feb-09 8:24
sitebuilderLuc Pattyn25-Feb-09 8:24 
Hi Richard,

let me say for starters I never used DrawImageUnscaled; however this is how I understand the Graphics class: there are two different reasons why DrawImage may scale an image:

1. the transformation stuff (properties and methods relating to Matrix and ScaleTransform);
2. the parameters specifying a destination rectangle, and either the entire source image or a specified rectangular part of it.

AFAIK DrawImageUnscaled removes the second reason by ignoring the width and height if you specify one,
but I don't expect it to ignore the first reason. I expect the ScaleTransform/Matrix to rescale everything, like a Xerox copier could, supporting things such as putting several pages of a document on a single sheet of print.

Hope this helps.
Luc Pattyn [Forum Guidelines] [My Articles]

- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


modified on Sunday, June 12, 2011 8:39 AM

QuestionForm Key Down Even not activated? Pin
Muammar©25-Feb-09 6:36
Muammar©25-Feb-09 6:36 
AnswerRe: Form Key Down Even not activated? Pin
Richard Blythe25-Feb-09 6:44
Richard Blythe25-Feb-09 6:44 
AnswerRe: Form Key Down Even not activated? Pin
Muammar©25-Feb-09 6:48
Muammar©25-Feb-09 6:48 
Questionis there a better way to do [modified] Pin
netJP12L25-Feb-09 6:18
netJP12L25-Feb-09 6:18 
AnswerRe: is there a better way to do Pin
Richard Blythe25-Feb-09 6:50
Richard Blythe25-Feb-09 6:50 
AnswerRe: is there a better way to do Pin
Dan Neely25-Feb-09 7:07
Dan Neely25-Feb-09 7:07 
GeneralRe: is there a better way to do Pin
Richard Blythe25-Feb-09 7:16
Richard Blythe25-Feb-09 7:16 
GeneralRe: is there a better way to do Pin
Dan Neely25-Feb-09 7:54
Dan Neely25-Feb-09 7:54 
GeneralRe: is there a better way to do [modified] Pin
netJP12L25-Feb-09 8:02
netJP12L25-Feb-09 8:02 
QuestionFind Control on webform Pin
Terick25-Feb-09 5:12
Terick25-Feb-09 5:12 
AnswerRe: Find Control on webform Pin
J4amieC25-Feb-09 5:38
J4amieC25-Feb-09 5:38 
GeneralRe: Find Control on webform Pin
Terick25-Feb-09 6:03
Terick25-Feb-09 6:03 
GeneralRe: Find Control on webform Pin
Terick25-Feb-09 6:28
Terick25-Feb-09 6:28 
GeneralRe: Find Control on webform Pin
Rutvik Dave25-Feb-09 8:43
professionalRutvik Dave25-Feb-09 8:43 
GeneralRe: Find Control on webform Pin
Terick25-Feb-09 11:04
Terick25-Feb-09 11:04 
QuestionDatetimepicker Pin
cdpace25-Feb-09 5:00
cdpace25-Feb-09 5:00 
AnswerRe: Datetimepicker Pin
PIEBALDconsult25-Feb-09 7:11
mvePIEBALDconsult25-Feb-09 7:11 

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.