| Visual Basic (Declaration) | |
|---|---|
Public Enum ScaleMode Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ScaleMode | |
| C# | |
|---|---|
public enum ScaleMode : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class ScaleMode : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Centimeters | Centimeters |
| Characters | Characters (horizontal = 120 twips per unit; vertical = 240 twips per unit). |
| Inches | Inches |
| Millimeters | Millimeters |
| Pixels | Pixels (smallest unit of monitor or printer resolution). |
| Points | Points (72 points per logical inch). |
| Twips | Twips (1440 twips per logical inch; 567 twips per logical centimeter). |
| User | One or more of the ScaleHeight, ScaleWidth, Scaleleft, and ScaleTop properties are set to custom values. |
These constants can be used by both the CaptureCtrl Object and the PlayCtrl Object.
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.ScaleMode
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code