ScaleMode Enumeration

Summary
Specifies the unit of measure for the control.
Syntax
C#
VB
C++
public enum ScaleMode   
Public Enum ScaleMode  
public enum class ScaleMode   
Members
ValueMemberDescription
0UserOne or more of the ScaleHeight, ScaleWidth, ScaleLeft, and ScaleTop properties are set to custom values.
1TwipsTwips (1440 twips per logical inch; 567 twips per logical centimeter).
2PointsPoints (72 points per logical inch).
3PixelsPixels (smallest unit of monitor or printer resolution).
4CharactersCharacters (horizontal = 120 twips per unit; vertical = 240 twips per unit).
5InchesInches
6MillimetersMillimeters
7CentimetersCentimeters
Remarks

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Multimedia Namespace

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.