Visual Basic (Declaration) | |
---|---|
Public Enum SizeMode Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SizeMode |
C# | |
---|---|
public enum SizeMode : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class SizeMode : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
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. |
Fit | Indicates that the video window is maximized to fit the frame window, while maintaining the video aspect ratio. |
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. |
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. |
Stretch | Indicates that the video window is stretched to completely fill the frame window. |
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. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.SizeMode
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7