←Select platform

MaximumValue Property

Summary

This property is updated with the maximum intensity value present in the image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int MaximumValue { get; } 
Public ReadOnly Property MaximumValue As Integer 
public int MaximumValue {get;} 
@property (nonatomic, assign, readonly) NSInteger 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly