LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Value Property (CylinderCommand)

Show in webframe







Gets or sets the amount of stretching.
Syntax
public int Value {get; set;}
'Declaration
 
Public Property Value As Integer
'Usage
 
Dim instance As CylinderCommand
Dim value As Integer
 
instance.Value = value
 
value = instance.Value
public int Value {get; set;}

            

            
 
get_Value();
set_Value(value);
Object.defineProperty('Value');
public:
property int Value {
   int get();
   void set (    int value);
}

Property Value

Amount of stretching where:
Example
Refer to CylinderCommand.
Requirements

Target Platforms

See Also

Reference

CylinderCommand Class
CylinderCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.