←Select platform

MaximumValue Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public int MaximumValue { get; } 
Public ReadOnly Property MaximumValue As Integer 
@property (nonatomic, assign, readonly) NSInteger maximumValue 
public int getMaximumValue() 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly