VisioForge Video Capture SDK (Delphi / ActiveX)
|
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
public class TVFImageFormat;
VideoCaptureTypes
Members |
Description |
IM_BMP |
BMP. |
IM_JPEG |
JPEG. |
IM_PNG |
PNG. |
IM_GIF |
GIF. |
IM_TIFF |
TIFF. |
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|