| C1.C1Flash.2 Assembly > C1.C1Flash Namespace : C1FlashCanvas Class |

'Declaration Public Class C1FlashCanvas Inherits FPage Implements IWebFlashSink
public class C1FlashCanvas : FPage, IWebFlashSink
A canvas is a drawing surface similar to that of the .NET Graphics class. All the graphical elements after calling the drawing methods will be rendered to a single frame SWF document.
The coordinate system used by C1FlashCanvas is based on logical pixel, with the origin located at the top left corner of the page. You can retrieve the size of the canvas using the Width and Height property.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
C1.C1Flash.FPage
C1.C1Flash.C1FlashCanvas