LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

MinimumBit Property

Show in webframe







This property is updated with the lowest bit set in the image.
Syntax
public int MinimumBit {get;}
'Declaration
 
Public ReadOnly Property MinimumBit As Integer
'Usage
 
Dim instance As MinMaxBitsCommand
Dim value As Integer
 
value = instance.MinimumBit
public int MinimumBit {get;}
@property (nonatomic, assign, readonly) int minimumBit;
public int getMinimumBit()
 get_MinimumBit(); 
public:
property int MinimumBit {
   int get();
}

Property Value

Value that indicates the lowest bit set in the image.
Example
Refer to MinMaxBitsCommand.
Requirements

Target Platforms

See Also

Reference

MinMaxBitsCommand Class
MinMaxBitsCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.