ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearPicturizePreprocessedCollection Class / GetMinRepeatCount Method




In This Topic
    GetMinRepeatCount Method
    In This Topic
    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