Uses of Class
com.jniwrapper.win32.gdi.BlendFunction

Packages that use BlendFunction
com.jniwrapper.win32.gdi The com.jniwrapper.win32.gdi package contains classes that provide GDI related functionality. 
 

Uses of BlendFunction in com.jniwrapper.win32.gdi
 

Methods in com.jniwrapper.win32.gdi with parameters of type BlendFunction
 boolean DC.alphaBlend(int xDest, int yDest, int widthDest, int heightDest, DC hdcSrc, int xSrc, int ySrc, int widthSrc, int heightSrc, BlendFunction blendFunction)
          Copies an image with transparent pixels to the destination rectangle of the DC.
 

Constructors in com.jniwrapper.win32.gdi with parameters of type BlendFunction
BlendFunction(BlendFunction that)