LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

Value Property (BendCommand)






Gets or sets the amount of stretching. .NET support WinRT support
Syntax
public int Value {get; set;}
'Declaration
 
Public Property Value As Integer
'Usage
 
Dim instance As BendCommand
Dim value As Integer
 
instance.Value = value
 
value = instance.Value
public int Value {get; set;}
 get_Value();
set_Value(value);
public:
property int Value {
   int get();
   void set (    int value);
}

Property Value

Amount of stretching, where positive values stretch the pixels toward edges, and negative values stretch the pixels toward the center. Possible values are range in between -500 and 500.
Example
Refer to BendCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BendCommand Class
BendCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.