Click here to Skip to main content
15,903,203 members
Home / Discussions / C#
   

C#

 
GeneralRe: calculations problem in directx? Pin
taha mohamed9-Apr-05 11:08
taha mohamed9-Apr-05 11:08 
GeneralBeginner: Drawing a tree Pin
intel40049-Apr-05 3:57
intel40049-Apr-05 3:57 
GeneralRe: Beginner: Drawing a tree Pin
hooray9-Apr-05 7:26
hooray9-Apr-05 7:26 
Generalclient server problem Pin
Kamran Zafar9-Apr-05 3:04
Kamran Zafar9-Apr-05 3:04 
GeneralRe: client server problem Pin
Landarzar9-Apr-05 11:51
Landarzar9-Apr-05 11:51 
GeneralRe: client server problem Pin
Polis Pilavas10-Apr-05 7:50
Polis Pilavas10-Apr-05 7:50 
GeneralDrawing a 2D matrice of double values Pin
israeli9-Apr-05 2:15
israeli9-Apr-05 2:15 
GeneralRe: Drawing a 2D matrice of double values Pin
Dave Kreskowiak9-Apr-05 5:54
mveDave Kreskowiak9-Apr-05 5:54 
I don't see how you're going to be able to plot anything without looping over the cells somehow. Also, plot the image on what? It's going to be 10,000 pixel by 10,000 pixels. The screen is out of the question to plot an image that big. It all depends on what and how you want this image to be displayed. If it's acceptable to show the entire image inside the screen dimensions, alot of detail will be lost, but you can shorten the time it takes by mapping pixel coord onto the matric and only return the values at those pixel coords.

For instance, 1024, 768 on the screen would map to 10000, 10000 in the matrix.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Drawing a 2D matrice of double values Pin
israeli9-Apr-05 8:32
israeli9-Apr-05 8:32 
GeneralRe: Drawing a 2D matrice of double values Pin
leppie9-Apr-05 9:51
leppie9-Apr-05 9:51 
Generalreading XML Files..... Pin
Imran Adam9-Apr-05 2:07
Imran Adam9-Apr-05 2:07 
GeneralRe: reading XML Files..... Pin
DavidNohejl9-Apr-05 2:16
DavidNohejl9-Apr-05 2:16 
GeneralAutoComplete Combobox in datagrid Pin
Bedevian9-Apr-05 1:43
Bedevian9-Apr-05 1:43 
Generaldatepicker set unchecked Pin
xrado9-Apr-05 1:07
xrado9-Apr-05 1:07 
GeneralRe: datepicker set unchecked Pin
Dave Kreskowiak9-Apr-05 5:48
mveDave Kreskowiak9-Apr-05 5:48 
GeneralRe: datepicker set unchecked Pin
xrado10-Apr-05 0:07
xrado10-Apr-05 0:07 
GeneralRe: datepicker set unchecked Pin
Luis Alonso Ramos11-Apr-05 13:23
Luis Alonso Ramos11-Apr-05 13:23 
GeneralRe: datepicker set unchecked Pin
xrado12-Apr-05 2:21
xrado12-Apr-05 2:21 
GeneralRe: datepicker set unchecked Pin
Luis Alonso Ramos12-Apr-05 5:30
Luis Alonso Ramos12-Apr-05 5:30 
QuestionHow can I make a collection of multidimensional arrays? Pin
Member 17592949-Apr-05 1:00
Member 17592949-Apr-05 1:00 
AnswerRe: How can I make a collection of multidimensional arrays? Pin
S. Senthil Kumar9-Apr-05 3:04
S. Senthil Kumar9-Apr-05 3:04 
GeneralRe: How can I make a collection of multidimensional arrays? Pin
9-Apr-05 4:14
suss9-Apr-05 4:14 
Question.NET 2.0 WebBrowser Control??? Pin
Anonymous8-Apr-05 23:35
Anonymous8-Apr-05 23:35 
QuestionHow to view AutoCad file In C# Pin
Newbie_Toy8-Apr-05 23:16
Newbie_Toy8-Apr-05 23:16 
AnswerRe: How to view AutoCad file In C# Pin
Dave Kreskowiak9-Apr-05 5:41
mveDave Kreskowiak9-Apr-05 5:41 

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.