LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

MaximumValue Property

Show in webframe







This property is updated with the maximum intensity value present in the image.
Syntax
public int MaximumValue {get;}
'Declaration
 
Public ReadOnly Property MaximumValue As Integer
'Usage
 
Dim instance As MinMaxValuesCommand
Dim value As Integer
 
value = instance.MaximumValue
public int MaximumValue {get;}
@property (nonatomic, assign, readonly) int maximumValue;
public int getMaximumValue()
 get_MaximumValue(); 
public:
property int MaximumValue {
   int get();
}

Property Value

Value that indicates the maximum 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.