ltmmScaleMode Constants
The ltmmScaleMode constants specify the unit of measure for the control.
Const ltmmUser = 0
Const ltmmTwips = 1
Const ltmmPoints = 2
Const ltmmPixels = 3
Const ltmmCharacters = 4
Const ltmmInches = 5
Const ltmmMillimeters = 6
Const ltmmCentimeters = 7
Constant |
Description |
ltmmUser |
Indicates that one or more of the ScaleHeight, ScaleWidth, Scaleleft, and ScaleTop properties are set to custom values. |
ltmmTwips |
Twips (1440 twips per logical inch; 567 twips per logical centimeter). |
ltmmPoints |
Points (72 points per logical inch). |
ltmmPixels |
Pixels (smallest unit of monitor or printer resolution). |
ltmmCharacters |
Characters (horizontal = 120 twips per unit; vertical = 240 twips per unit). |
ltmmInches |
Inches. |
ltmmMillimeters |
Millimeters. |
ltmmCentimeters |
Centimeters. |
Remarks
These constants can be used by both the ltmmCaptureCtrl Object and the ltmmPlayCtrl Object.
See Also
ltmmCaptureCtrl.ScaleMode Property, ltmmPlayCtrl.ScaleMode Property