LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

MinimumValue Property

Show in webframe







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) int 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

 

 


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