Fractrace.Iterate.IsSmallPreview C# (CSharp) Method

IsSmallPreview() protected method

Return true, if corresponding image is used as small preview.
protected IsSmallPreview ( ) : bool
return bool
        protected bool IsSmallPreview()
        {
            return (_width< 150 && _height < 150);
        }