←Select platform

Value Property (CylinderCommand)

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 pixels toward the image edges depending on the type of cylinder.
  • Negative values: stretch the pixels toward the central line of the cylinder.
  • The valid range is from -100 to 100.
Example

Refer to CylinderCommand.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.SpecialEffects Assembly
Click or drag to resize