VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFBGImageDrawMode Enumeration

Background image draw mode.

Pascal
TVFBGImageDrawMode = (
  DM_Center,
  DM_Stretch,
  DM_Repeat
);
C++
enum TVFBGImageDrawMode {
  DM_Center,
  DM_Stretch,
  DM_Repeat
};
C#
public enum TVFBGImageDrawMode {
  DM_Center,
  DM_Stretch,
  DM_Repeat
}
Visual Basic
Public Enum TVFBGImageDrawMode
  DM_Center
  DM_Stretch
  DM_Repeat
End Enum
Java
public class TVFBGImageDrawMode;
IDL
enum TVFBGImageDrawMode {
  DM_Center,
  DM_Stretch,
  DM_Repeat
};
JavaScript
TVFBGImageDrawMode
PHP
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!