ImageGear .NET v24.12 - Updated
GetMinRepeatCount Method




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearPicturizePreprocessedCollection Class : GetMinRepeatCount Method
Returns the minimal number of occurrences of each tile image in the picturized image, according to the number of available tile images and the number of tiles the image has been divided into.
Syntax
'Declaration
 
Public Function GetMinRepeatCount() As Integer
'Usage
 
Dim instance As ImGearPicturizePreprocessedCollection
Dim value As Integer
 
value = instance.GetMinRepeatCount()
public int GetMinRepeatCount()
public: int GetMinRepeatCount(); 
public:
int GetMinRepeatCount(); 

Return Value

Minimal number of occurrences of each tile image in the picturized image.
See Also

Reference

ImGearPicturizePreprocessedCollection Class
ImGearPicturizePreprocessedCollection Members