Re: Doubt about the origin of the graph
- From: xseadog <x@xxxxxxxx>
- Date: Thu, 29 Sep 2005 17:40:47 -0500 (CDT)
Hi
if you multiple the pixel size by a factor of 10 your picture size will expand dramatically.
Now its possible to obtain a positive value for Y!!
Indicates that your reference origin is not the same as picture origin!!
Have you tried to co ordinate all referencing (y,z) from same point?? For example from Top Left Hand Side of
Vi front Panel?
Means more work but then you will be using a common reference origin and not two 'floating' orgins.
Hope that helps
chow
xseadog
.
Relevant Pages
- Re: Forcing a form to perfectly fit its background image
... assuming the picture is always smaller than the screen. ... If the resolution of the camera when you took the picture was 1600 x 1200 for example and you display that picture at its full "pixel size" on a typical monitor running at a typical 96 pixels per logical inch then the picture will have a "size" of 16.7 x 12.5 logical inches. ... So, as you can see, displaying or printing a picture "pixel for pixel" will produce a picture whose size depends on the size of each pixel in the output device. ... (comp.lang.basic.visual.misc) - Re: Question regarding VB6
... your drawings without going into the complexity of using the various region ... point in the main picture box and you would have an identically shaped ... In Windows of course you still specify the values 0 to 255 for each of the rgb components regardless of the colour depth of the system, and Windows will use the nearest colour it can, but on 16 bit colour depth systems every pixel will be one of the 65536 colours that it can actually display. ... As I mentioned earlier, on 16 bit systems the red and blue components will normally be one of 32 possible values, and the green component will be one of 64 possible values. ... (comp.lang.basic.visual.misc) - Re: Question regarding VB6
... your drawings without going into the complexity of using the various region ... point in the main picture box and you would have an identically shaped ... In Windows of course you still specify the values 0 to 255 for each of the rgb components regardless of the colour depth of the system, and Windows will use the nearest colour it can, but on 16 bit colour depth systems every pixel will be one of the 65536 colours that it can actually display. ... As I mentioned earlier, on 16 bit systems the red and blue components will normally be one of 32 possible values, and the green component will be one of 64 possible values. ... (comp.lang.basic.visual.misc) - Re: Will F1 be on BBC HD?
... much sharper picture than a lower-resolution one. ... good quality HD display fed a good quality HD signal is far ... sharper than a good quality SD display fed a good quality SD ... they think you get a 1:1 pixel mapping, ... (rec.autos.sport.f1) - Re: Different resizing behaviour on 120 dpi screen
... Firstly, you haven't told us whether these picture boxes have borders or not, and whether or not you want all four borders on both picture boxes to be fully displayed. ... The OS cannot actually display a window of any sort on the screen that is anything other than a whole pixel value, whereas VB will calculate and store a window's Width property using whatever value you assign to it, which may or may not be a whole pixel value. ... Dim wide As Long, high As Long, pwide As Long ... (microsoft.public.vb.general.discussion) |
|