Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.MediaFoundation Namespace : SizeMode Enumeration |
public enum SizeMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum SizeMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As SizeMode
public enum class SizeMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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. |
System.Object
System.ValueType
System.Enum
Leadtools.MediaFoundation.SizeMode