F-IN-BOX .NET Help >> Classes >> f_in_box__control and f_in_box__form >> Events >> Extensions

OnFlashPaint

Syntax

[ C# ]
public delegate void OnFlashPaintEventHandler(object sender, System.IntPtr pPixelPointer);
public event OnFlashPaintEventHandler OnFlashPaint;

Description

OnFlashPaint is called by: -- or -- during painting. pPixelPointer contains pixel colors. Each color contains Alpha (one byte), Red (one byte), Green (one byte) and Blue (one byte) parts. For f_in_box__form, Alpha is real. For f_in_box__control, Alpha is not real. It's a result of painting a movie over background.



Copyright © Softanics. All rights reserved.
F-IN-BOX is a trademark of Softanics.
Macromedia and Shockwave Flash are trademarks of Adobe

Quick links: F-IN-BOX .NET Edition Home Page | Buy license | Welcome to our forum! | Ask your question | Help on the Web