←Select platform

Minimum Property

Summary

Gets the Minimum value found.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Minimum { get; } 
Public ReadOnly Property Minimum As Integer 
public int Minimum {get;} 
@property (nonatomic, assign, readonly) NSInteger minimum 
public int getMinimum() 
 get_Minimum();  
public: 
property int Minimum { 
   int get(); 
} 

Property Value

Gets the Minimum value found.

Example

Refer to StatisticsInformationCommand example.

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.Effects Assembly