Image format.
TVFImageFormat = ( IM_BMP, IM_JPEG, IM_PNG, IM_GIF, IM_TIFF );
enum TVFImageFormat { IM_BMP, IM_JPEG, IM_PNG, IM_GIF, IM_TIFF };
public enum TVFImageFormat { IM_BMP, IM_JPEG, IM_PNG, IM_GIF, IM_TIFF }
Public Enum TVFImageFormat IM_BMP IM_JPEG IM_PNG IM_GIF IM_TIFF End Enum
public class TVFImageFormat;
enum TVFImageFormat { IM_BMP, IM_JPEG, IM_PNG, IM_GIF, IM_TIFF };
TVFImageFormat
MediaPlayerTypes
Members |
Description |
IM_BMP |
BMP. |
IM_JPEG |
JPEG. |
IM_PNG |
PNG. |
IM_GIF |
GIF. |
IM_TIFF |
TIFF. |
Copyright (c) 2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|