Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

MinimumValue Property








This property is updated with the minimum intensity value present in the image.
Syntax
public int MinimumValue {get;}
'Declaration
 
Public ReadOnly Property MinimumValue As Integer
'Usage
 
Dim instance As MinMaxValuesCommand
Dim value As Integer
 
value = instance.MinimumValue
public int MinimumValue {get;}
@property (nonatomic, assign, readonly) NSInteger minimumValue
public int getMinimumValue()
 get_MinimumValue(); 
public:
property int MinimumValue {
   int get();
}

Property Value

Value that indicates the minimum intensity value present in the image.
Example
Refer to MinMaxValuesCommand.
Requirements

Target Platforms

See Also

Reference

MinMaxValuesCommand Class
MinMaxValuesCommand Members

Error processing SSI file