LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

MaximumInput Property (ZeroToNegativeCommand)

Show in webframe







Gets or sets the image maximum value.
Syntax
public int MaximumInput {get; set;}
'Declaration
 
Public Property MaximumInput As Integer
'Usage
 
Dim instance As ZeroToNegativeCommand
Dim value As Integer
 
instance.MaximumInput = value
 
value = instance.MaximumInput
public int MaximumInput {get; set;}
@property (nonatomic, assign) int maximumInput;
public int getMaximumInput()
public void setMaximumInput(int value)
            
 
get_MaximumInput();
set_MaximumInput(value);
Object.defineProperty('MaximumInput');
public:
property int MaximumInput {
   int get();
   void set (    int value);
}

Property Value

The image maximum value. This value can be optained MinMaxValuesCommand.
Example
Refer to ZeroToNegativeCommand example.
Requirements

Target Platforms

See Also

Reference

ZeroToNegativeCommand Class
ZeroToNegativeCommand Members

 

 


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