←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: stretch the central pixels toward the edges. Negative values: stretch the pixels toward the Center. Valid values are range in between -500 and 500.

Example

Refer to SphereCommand.

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