←Select platform

MinimumValue Property

Summary

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

Syntax

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

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