←Select platform

Value Property

Summary

Gets or sets the amount of stretching.

Syntax

C#
VB
WinRT C#
C++
public int Value { get; set; } 
  
Public Property Value As Integer 
public int Value {get; set;} 
  
get_Value(); 
set_Value(value); 
Object.defineProperty('Value');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly