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

CreatePattern() публичный метод

public CreatePattern ( float width, float height ) : PdfPatternPainter
width float
height float
Результат PdfPatternPainter
        public PdfPatternPainter CreatePattern(float width, float height)
        {
            return CreatePattern(width, height, width, height);
        }

Same methods

PdfContentByte::CreatePattern ( float width, float height, BaseColor color ) : PdfPatternPainter
PdfContentByte::CreatePattern ( float width, float height, float xstep, float ystep ) : PdfPatternPainter
PdfContentByte::CreatePattern ( float width, float height, float xstep, float ystep, BaseColor color ) : PdfPatternPainter
PdfContentByte