←Select platform

Scale Property

Summary
Factor used to increase or decrease the various amplitude values in the Amplitudes property.
Syntax
C#
VB
C++
public int Scale { get; set; } 
  
Public Property Scale As Integer 
public: 
property int Scale { 
   int get(); 
   void set (    int ); 
} 

Property Value

Factor used to increase or decrease the various amplitude values in the Amplitudes array. Each value in the amplitudes array is multiplied by this factor. The real factor value is the scale value divided by 100. The valid range is from 0 to 100.

Example

Refer to FreeHandShearCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.SpecialEffects Assembly

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