Re: pictureBox fusion

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I have 2 pictures. One is made of only 3 circles with the same center and different rays, with 360 small around around
the greatest circle, to represent 360 degrees.

The 2nd one is a chart made of polygons with many many points (around 100,00), redrawn many times a minute

I wish to "join" both pictures in the same pictureBox without having to redraw the first one every time , is this
something possible ? If so, how ?

What colour is the first picture (the one which has to be overlaid on-top of the polygons?) If red, green, blue, black
or white (or swapping to the inverse of the underlying colour) then you can do this with a simple BitBlt() raster
operation, otherwise you're looking at either two blits or re-rasterisation every frame, both of which are more costly.
Hope this helps,

Mike


- Microsoft Visual Basic MVP -
E-Mail: EDais@xxxxxxxx
WWW: Http://EDais.mvps.org/


.



Relevant Pages

  • Re: Normalized Sue Testing
    ... it's not a smooth surface, but one with little hairs, ... Which is all missing from the computergenerated pictures. ... tiny little polygons and assembling the object you want from them; ... If humans stay away from the beasts' living rooms, ...
    (rec.arts.sf.composition)
  • Re: Polygon Matrices
    ... Then in matlab I did: ... To answer your question they show the corners of of nine polygons. ... Not sure if there is a way to upload files or pictures, but if you want I can give you my email address and I can send you pictures of what I am trying to do. ... Then triangulate the polygon using one of several ...
    (comp.soft-sys.matlab)
  • pictureBox fusion
    ... One is made of only 3 circles with the same center and ... different rays, with 360 small around around the greatest circle, to ... 100,00), redrawn many times a minute ... I wish to "join" both pictures in the same pictureBox without having to ...
    (microsoft.public.vb.winapi.graphics)
  • Re: pictureBox fusion
    ... one mistake: ... One is made of only 3 circles with the same center and ... 100,00), redrawn many times a minute ... I wish to "join" both pictures in the same pictureBox without having to ...
    (microsoft.public.vb.winapi.graphics)