LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

MinimumInput Property (ZeroToNegativeCommand)

Show in webframe







Gets or sets the image minimum value.
Syntax
public int MinimumInput {get; set;}
'Declaration
 
Public Property MinimumInput As Integer
'Usage
 
Dim instance As ZeroToNegativeCommand
Dim value As Integer
 
instance.MinimumInput = value
 
value = instance.MinimumInput
public int MinimumInput {get; set;}
@property (nonatomic, assign) int minimumInput;
public int getMinimumInput()
public void setMinimumInput(int value)
            
 
get_MinimumInput();
set_MinimumInput(value);
Object.defineProperty('MinimumInput');
public:
property int MinimumInput {
   int get();
   void set (    int value);
}

Property Value

The image minimum 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.