←Select platform

Value Property

Summary

Gets or sets the amount of stretching.

Syntax
C#
VB
C++
public int Value { get; set; } 
  
Public Property Value As Integer 
public: 
property int Value { 
   int get(); 
   void set (    int ); 
} 

Property Value

Amount of stretching where : Positive values: pinch the image toward its center. Negative values: expand the image away from its center. Valid values range from -500 to 500.

Example

Refer to PunchCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.SpecialEffects Assembly