VisioForge Video Capture SDK (Delphi / ActiveX)
|
Background image draw mode.
TVFBGImageDrawMode = ( DM_Center, DM_Stretch, DM_Repeat );
enum TVFBGImageDrawMode { DM_Center, DM_Stretch, DM_Repeat };
public enum TVFBGImageDrawMode { DM_Center, DM_Stretch, DM_Repeat }
Public Enum TVFBGImageDrawMode DM_Center DM_Stretch DM_Repeat End Enum
public class TVFBGImageDrawMode;
enum TVFBGImageDrawMode { DM_Center, DM_Stretch, DM_Repeat };
TVFBGImageDrawMode
public class TVFBGImageDrawMode;
VideoCaptureTypes
Members |
Description |
DM_Center |
Center. |
DM_Stretch |
Stretch. |
DM_Repeat |
Repeat. |
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|