| Package | Description |
|---|---|
| org.eclipse.swt.internal.win32 |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
OS.AlphaBlend(long hdcDest,
int nXOriginDest,
int nYOriginDest,
int nWidthDest,
int nHeightDest,
long hdcSrc,
int nXOriginSrc,
int nYOriginSrc,
int nWidthSrc,
int nHeightSrc,
BLENDFUNCTION blendFunction) |
static boolean |
OS.UpdateLayeredWindow(long hwnd,
long hdcDst,
POINT pptDst,
SIZE psize,
long hdcSrc,
POINT pptSrc,
int crKey,
BLENDFUNCTION pblend,
int dwFlags) |
Copyright © 2017. All Rights Reserved.