VisioForge Video Edit SDK (Delphi / ActiveX)
|
Stretch mode.
TVFStretchMode = ( sm_stretch, sm_letterbox, sm_crop, sm_none );
enum TVFStretchMode { sm_stretch, sm_letterbox, sm_crop, sm_none };
public enum TVFStretchMode { sm_stretch, sm_letterbox, sm_crop, sm_none }
Public Enum TVFStretchMode sm_stretch sm_letterbox sm_crop sm_none End Enum
public class TVFStretchMode;
enum TVFStretchMode { sm_stretch, sm_letterbox, sm_crop, sm_none };
TVFStretchMode
public class TVFStretchMode;
VideoEditTypes
Members |
Description |
sm_stretch |
Stretch. |
sm_letterbox |
Letterbox. |
sm_crop |
Crop. |
sm_none |
None. |
Copyright (c) 2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|