←Select platform

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
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly