Oxygen Basic

Programming => Example Code => Topic started by: Peter on October 21, 2011, 10:49:05 AM

Title: Trigonometry
Post by: Peter on October 21, 2011, 10:49:05 AM
Deleted
Title: Re: Trigonometry
Post by: Charles Pegge on October 21, 2011, 11:18:14 AM

Hi Peter,

Alphablend() is missing in the above window.h zip

Code: OxygenBasic
  1. Sub SetBlend(int id, x, y, zx, zy, alfa)
  2. AlphaBlend bHdc,x,y,zx,zy,iHdc(id),0,0,bmpWidth(id),bmpHeight(id), 0x10000*alfa
  3. End Sub
  4.  

Charles
Title: Re: Trigonometry
Post by: Charles Pegge on October 22, 2011, 02:18:23 AM

Thanks Peter.

I like the animated geometry.

Charles