iTextSharp.text.pdf.PdfContentByte.UncoloredPattern.UncoloredPattern C# (CSharp) Метод

UncoloredPattern() защищенный Метод

protected UncoloredPattern ( PdfPatternPainter p, BaseColor color, float tint ) : System
p PdfPatternPainter
color BaseColor
tint float
Результат System
            protected internal UncoloredPattern(PdfPatternPainter p, BaseColor color, float tint) : base(p) {
                this.color = color;
                this.tint = tint;
            }
PdfContentByte.UncoloredPattern