Specifies how the video window is sized within the video window frame. Used by both the PlayCtrl and the CaptureCtrl objects.
public enum SizeMode
Public Enum SizeMode
public enum class SizeMode
Value | Member | Description |
---|---|---|
0x00000000 | Fit | Indicates that the video window is maximized to fit the frame window, while maintaining the video aspect ratio. |
0x00000001 | Stretch | Indicates that the video window is stretched to completely fill the frame window. |
0x00000002 | Normal | Indicates that the video window is displayed with no scaling. However, if the frame window is smaller than the video size, the video window will be reduced to fit the frame. |
0x00000003 | ThreeQuarter | Indicates that the video window is displayed at 75 it's normal size. However, if the frame window is smaller than the video size, the video window will be reduced to fit the frame. |
0x00000004 | Half | Indicates that the video window is displayed at 50 it's normal size. However, if the frame window is smaller than the video size, the video window will be reduced to fit the frame. |
0x00000005 | Double | Indicates that the video window is displayed at 200 it's normal size. However, if the frame window is smaller than the video size, the video window will be reduced to fit the frame. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document