VisioForge Video Capture SDK (Delphi / ActiveX)
|
Rotate mode.
TVFRotateMode = ( rt_None, rt_90, rt_180, rt_270 );
enum TVFRotateMode { rt_None, rt_90, rt_180, rt_270 };
public enum TVFRotateMode { rt_None, rt_90, rt_180, rt_270 }
Public Enum TVFRotateMode rt_None rt_90 rt_180 rt_270 End Enum
public class TVFRotateMode;
enum TVFRotateMode { rt_None, rt_90, rt_180, rt_270 };
TVFRotateMode
public class TVFRotateMode;
VideoCaptureTypes
Members |
Description |
rt_None |
No rotation. |
rt_90 |
90 degrees. |
rt_180 |
180 degrees. |
rt_270 |
270 degrees. |
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|