LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
ScaleMode Enumeration
See Also  
Leadtools.Multimedia Namespace : ScaleMode Enumeration



The ScaleMode enumeration values specify the unit of measure for the control.

Syntax

Visual Basic (Declaration) 
Public Enum ScaleMode 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ScaleMode
C# 
public enum ScaleMode : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class ScaleMode : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
CentimetersCentimeters
CharactersCharacters (horizontal = 120 twips per unit; vertical = 240 twips per unit).
InchesInches
MillimetersMillimeters
PixelsPixels (smallest unit of monitor or printer resolution).
PointsPoints (72 points per logical inch).
TwipsTwips (1440 twips per logical inch; 567 twips per logical centimeter).
UserOne or more of the ScaleHeight, ScaleWidth, Scaleleft, and ScaleTop properties are set to custom values.

Remarks

These constants can be used by both the CaptureCtrl Object and the PlayCtrl Object.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.ScaleMode

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also