Click here to Skip to main content
15,794,978 members
Home / Discussions / C#
   

C#

 
GeneralRe: Converting grid values to lower case for update Pin
alwaysgull25-Feb-09 12:18
alwaysgull25-Feb-09 12:18 
AnswerRe: Converting grid values to lower case for update Pin
Wendelius25-Feb-09 9:44
mentorWendelius25-Feb-09 9:44 
QuestionGet Recycle Bin icon Pin
Nitoc325-Feb-09 9:09
Nitoc325-Feb-09 9:09 
AnswerRe: Get Recycle Bin icon Pin
Giorgi Dalakishvili25-Feb-09 9:41
mentorGiorgi Dalakishvili25-Feb-09 9:41 
QuestionTableLayoutPanel Cell Pin
Muammar©25-Feb-09 8:37
Muammar©25-Feb-09 8:37 
AnswerRe: TableLayoutPanel Cell Pin
Rutvik Dave25-Feb-09 9:27
professionalRutvik Dave25-Feb-09 9:27 
QuestionDrawImageUnscaled not working Pin
Richard Blythe25-Feb-09 7:43
Richard Blythe25-Feb-09 7:43 
AnswerRe: DrawImageUnscaled not working Pin
Luc Pattyn25-Feb-09 9:24
sitebuilderLuc Pattyn25-Feb-09 9: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 7:36
Muammar©25-Feb-09 7:36 
AnswerRe: Form Key Down Even not activated? Pin
Richard Blythe25-Feb-09 7:44
Richard Blythe25-Feb-09 7:44 
AnswerRe: Form Key Down Even not activated? Pin
Muammar©25-Feb-09 7:48
Muammar©25-Feb-09 7:48 
Questionis there a better way to do [modified] Pin
netJP12L25-Feb-09 7:18
netJP12L25-Feb-09 7:18 
AnswerRe: is there a better way to do Pin
Richard Blythe25-Feb-09 7:50
Richard Blythe25-Feb-09 7:50 
AnswerRe: is there a better way to do Pin
Dan Neely25-Feb-09 8:07
Dan Neely25-Feb-09 8:07 
GeneralRe: is there a better way to do Pin
Richard Blythe25-Feb-09 8:16
Richard Blythe25-Feb-09 8:16 
GeneralRe: is there a better way to do Pin
Dan Neely25-Feb-09 8:54
Dan Neely25-Feb-09 8:54 
GeneralRe: is there a better way to do [modified] Pin
netJP12L25-Feb-09 9:02
netJP12L25-Feb-09 9:02 
QuestionFind Control on webform Pin
Terick25-Feb-09 6:12
Terick25-Feb-09 6:12 
AnswerRe: Find Control on webform Pin
J4amieC25-Feb-09 6:38
J4amieC25-Feb-09 6:38 
GeneralRe: Find Control on webform Pin
Terick25-Feb-09 7:03
Terick25-Feb-09 7:03 
GeneralRe: Find Control on webform Pin
Terick25-Feb-09 7:28
Terick25-Feb-09 7:28 
GeneralRe: Find Control on webform Pin
Rutvik Dave25-Feb-09 9:43
professionalRutvik Dave25-Feb-09 9:43 
GeneralRe: Find Control on webform Pin
Terick25-Feb-09 12:04
Terick25-Feb-09 12:04 
QuestionDatetimepicker Pin
cdpace25-Feb-09 6:00
cdpace25-Feb-09 6:00 
AnswerRe: Datetimepicker Pin
PIEBALDconsult25-Feb-09 8:11
professionalPIEBALDconsult25-Feb-09 8: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.