Click here to Skip to main content
15,892,697 members
Home / Discussions / C#
   

C#

 
GeneralRe: boo gat Pin
Alaric_26-May-10 4:56
professionalAlaric_26-May-10 4:56 
AnswerRe: boo gat Pin
OriginalGriff26-May-10 4:57
mveOriginalGriff26-May-10 4:57 
GeneralRe: boo gat Pin
Alaric_26-May-10 4:58
professionalAlaric_26-May-10 4:58 
QuestionC# Image hot spots? Pin
Jacob Dixon26-May-10 4:08
Jacob Dixon26-May-10 4:08 
AnswerRe: C# Image hot spots? Pin
Henry Minute26-May-10 4:31
Henry Minute26-May-10 4:31 
AnswerRe: C# Image hot spots? Pin
Luc Pattyn26-May-10 4:32
sitebuilderLuc Pattyn26-May-10 4:32 
GeneralRe: C# Image hot spots? [modified] Pin
Jacob Dixon26-May-10 4:40
Jacob Dixon26-May-10 4:40 
GeneralRe: C# Image hot spots? Pin
Luc Pattyn26-May-10 4:47
sitebuilderLuc Pattyn26-May-10 4:47 
I don't have a link to such thing.

As for size, it basically depends on how accurate you want your hovering response to be; if the walls are 5 pixels thick, then a scale of 1/4 would be adequate. If walls are only 2 pixels, maybe you want actual size.

BTW: the shadow image helps in mapping the mouse position to the room number; you can of course do without, simply by scanning your room list and checking for "room contains point"; the shadow image comes in handy when you have lots of different rooms (performance), or oddly shaped ones (such as corridors) that make the containment test rather tedious.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

GeneralRe: C# Image hot spots? Pin
Jacob Dixon26-May-10 4:48
Jacob Dixon26-May-10 4:48 
GeneralRe: C# Image hot spots? Pin
OriginalGriff26-May-10 5:10
mveOriginalGriff26-May-10 5:10 
GeneralRe: C# Image hot spots? Pin
Luc Pattyn26-May-10 5:31
sitebuilderLuc Pattyn26-May-10 5:31 
GeneralRe: C# Image hot spots? Pin
OriginalGriff26-May-10 5:36
mveOriginalGriff26-May-10 5:36 
GeneralRe: C# Image hot spots? Pin
Luc Pattyn26-May-10 5:51
sitebuilderLuc Pattyn26-May-10 5:51 
GeneralRe: C# Image hot spots? Pin
Jacob Dixon26-May-10 8:29
Jacob Dixon26-May-10 8:29 
GeneralRe: C# Image hot spots? Pin
Jacob Dixon26-May-10 5:06
Jacob Dixon26-May-10 5:06 
GeneralRe: C# Image hot spots? Pin
Luc Pattyn26-May-10 5:27
sitebuilderLuc Pattyn26-May-10 5:27 
GeneralRe: C# Image hot spots? Pin
Jacob Dixon26-May-10 6:21
Jacob Dixon26-May-10 6:21 
GeneralRe: C# Image hot spots? Pin
Luc Pattyn26-May-10 6:42
sitebuilderLuc Pattyn26-May-10 6:42 
GeneralRe: C# Image hot spots? Pin
Jacob Dixon26-May-10 6:52
Jacob Dixon26-May-10 6:52 
GeneralRe: C# Image hot spots? Pin
Luc Pattyn26-May-10 7:39
sitebuilderLuc Pattyn26-May-10 7:39 
GeneralRe: C# Image hot spots? Pin
DaveyM6926-May-10 7:49
professionalDaveyM6926-May-10 7:49 
GeneralRe: C# Image hot spots? [modified] Pin
Luc Pattyn26-May-10 7:58
sitebuilderLuc Pattyn26-May-10 7:58 
GeneralRe: C# Image hot spots? Pin
DaveyM6926-May-10 13:07
professionalDaveyM6926-May-10 13:07 
GeneralRe: C# Image hot spots? Pin
Luc Pattyn26-May-10 13:33
sitebuilderLuc Pattyn26-May-10 13:33 
GeneralRe: C# Image hot spots? Pin
Jacob Dixon26-May-10 8:02
Jacob Dixon26-May-10 8:02 

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.