ScaleMode Enumeration

Summary
Specifies the unit of measure for the control.
Syntax
C#
C++/CLI
public enum ScaleMode 
public enum class ScaleMode   
Members
ValueMemberDescription
0x00000000User One or more of the ScaleHeight, ScaleWidth, Scaleleft, and ScaleTop properties are set to custom values.
0x00000001Twips Twips (1440 twips per logical inch; 567 twips per logical centimeter).
0x00000002Points Points (72 points per logical inch).
0x00000003Pixels Pixels (smallest unit of monitor or printer resolution).
0x00000004Characters Characters (horizontal = 120 twips per unit; vertical = 240 twips per unit).
0x00000005Inches Inches
0x00000006Millimeters Millimeters
0x00000007Centimeters Centimeters
Remarks

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

Requirements

Target Platforms

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

Leadtools.MediaFoundation Assembly

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