←Select platform

MinimumValue Property

Summary

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

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

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