Devcorner.NIdenticon.IdenticonGenerator.WithBrushGenerator C# (CSharp) 메소드

WithBrushGenerator() 공개 메소드

public WithBrushGenerator ( IBrushGenerator brushGenerator ) : IdenticonGenerator
brushGenerator IBrushGenerator
리턴 IdenticonGenerator
        public IdenticonGenerator WithBrushGenerator(IBrushGenerator brushGenerator)
        {
            this.DefaultBrushGenerator = brushGenerator;
            return this;
        }