Beispiel #1
0
        public static ILemureIcon SetSizeIcon(this ILemureIcon lemureIcon, int Width, int Heigth)
        {
            lemureIcon.Width  = Width;
            lemureIcon.Heigth = Heigth;

            return(lemureIcon);
        }
Beispiel #2
0
 public static ILemureIcon SetSizeOfBlock(this ILemureIcon lemureIcon, int block)
 {
     lemureIcon.SizeBlocks = block;
     return(lemureIcon);
 }
Beispiel #3
0
 public static ILemureIcon UseHash(this ILemureIcon lemureIcon, HashType hashType)
 {
     lemureIcon.HashType = hashType;
     return(lemureIcon);
 }