ImageGear .NET v25.1 - Updated
Min Property (ImGearChannelStatistics)




ImageGear.Core Assembly > ImageGear.Processing Namespace > ImGearChannelStatistics Structure : Min Property
Gets or sets a 32-bit integer, representing min value of the channel.
Syntax
'Declaration
 
Public Property Min As Integer
'Usage
 
Dim instance As ImGearChannelStatistics
Dim value As Integer
 
instance.Min = value
 
value = instance.Min
public int Min {get; set;}
public: __property int get_Min();
public: __property void set_Min( 
   int value
);
public:
property int Min {
   int get();
   void set (    int value);
}

Property Value

32-bit Integer value.
Remarks
This property represents the 32-bit integer minimum value of the image channel. Internal value is stored as a 64-bit integer. If the stored number exceeds the 32-bit integer range, an attempt to get the Min property throws ImageGear.Core.ImGearErrorCodes.PARAMETER_HAS_INVALID_VALUE exception.

Use Min64 property if you are working with 32-bit per channel images.

See Also

Reference

ImGearChannelStatistics Structure
ImGearChannelStatistics Members
ImGearErrorCodes Enumeration