LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

MinimumOutput Property

Show in webframe







Gets or sets the minimum allowed value.
Syntax
public int MinimumOutput {get; set;}
'Declaration
 
Public Property MinimumOutput As Integer
'Usage
 
Dim instance As ZeroToNegativeCommand
Dim value As Integer
 
instance.MinimumOutput = value
 
value = instance.MinimumOutput
public int MinimumOutput {get; set;}
@property (nonatomic, assign) int minimumOutput;
public int getMinimumOutput()
public void setMinimumOutput(int value)
            
 
get_MinimumOutput();
set_MinimumOutput(value);
Object.defineProperty('MinimumOutput');
public:
property int MinimumOutput {
   int get();
   void set (    int value);
}

Property Value

The minimum allowed value, which means that the image data values after applying the command will not be less than this value.
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.