| C1.C1Flash.2 Assembly > C1.C1Flash Namespace > FPage Class > DrawImage Method : DrawImage(Image,PointF) Method |
SWF specification only supports JPEG image files and some of the Bitmap files. C1Flash tries to convert any other images format to the one SWF supports. Currently we support: JPEG, BMP, GIF, TIFF, PNG, ICON and WMF.
If you call DrawImage and pass it a metafile, however, C1Flash Library will play the metafile and convert it into graphics commands instead. This has the advantage of preserving the quality and resolution-independence of the metafile images.
If for some reason you want to render metafiles as regular bitmap images, you should convert the image before calling the DrawImage method.