Method | Description | |
---|---|---|
Run ( Graphics graphPort, Bitmap dstBitmap, Bitmap srcBitmap, Rectangle frame, int iterations ) : bool |
Method | Description | |
---|---|---|
AlphaBlend ( IntPtr hdcDest, int nXOriginDest, int nYOriginDest, int nWidthDest, int nHeightDest, IntPtr hdcSrc, int nXOriginSrc, int nYOriginSrc, int nWidthSrc, int nHeightSrc, BLENDFUNCTION, blendFunction ) : bool | ||
StretchBlt ( IntPtr hdcDest, int nXOriginDest, int nYOriginDest, int nWidthDest, int nHeightDest, IntPtr hdcSrc, int nXOriginSrc, int nYOriginSrc, int nWidthSrc, int nHeightSrc, uint dwRop ) : bool |
public static Run ( Graphics graphPort, Bitmap dstBitmap, Bitmap srcBitmap, Rectangle frame, int iterations ) : bool | ||
graphPort | Graphics | |
dstBitmap | Bitmap | |
srcBitmap | Bitmap | |
frame | Rectangle | |
iterations | int | |
return | bool |