Events
| Event | Parameters | Return Value | Function |
| PaintActive | g as Graphics | -- | Like a Paint event in a traditional Canvas, PaintActive draws on the Canvas, but only when video preview is active. The items drawn to the PaintActive Graphics object appear on top of the live video previews and fast grabs. This event's painting does not appear in recorded movies. You can also examine the state of pixels of live video preview much like you would examine the pixels of any Graphics object in REALbasic. |
| PaintInactive | g as Graphics | Boolean | Working much like a Paint event in a traditional Canvas, PaintInactive draws on the Canvas, but only when video preview is inactive. Further, for custom drawing in this event to proceed, you must return FALSE. Otherwise non-preview drawing will be handled by the class (see Properties for more information). |
| Error | err as Integer | --- | This event fires when an error occurs during operation. The error code passed to the event is based on error codes contained in the QuickTime developer documentation. |
Real Capture Canvas is Copyright (c)2006 SONICAMIGOS.COM.
SONICAMIGOS.COM is not affiliated with Real Software.
REALbasic is a registered trademark of Real Software, Inc.