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

GraphicState() приватный Метод

private GraphicState ( GraphicState cp ) : System
cp GraphicState
Результат System
            internal GraphicState(GraphicState cp)
            {
                fontDetails = cp.fontDetails;
                colorDetails = cp.colorDetails;
                size = cp.size;
                xTLM = cp.xTLM;
                yTLM = cp.yTLM;
                aTLM = cp.aTLM;
                bTLM = cp.bTLM;
                cTLM = cp.cTLM;
                dTLM = cp.dTLM;
                tx = cp.tx;
                leading = cp.leading;
                scale = cp.scale;
                charSpace = cp.charSpace;
                wordSpace = cp.wordSpace;
            }

Same methods

PdfContentByte.GraphicState::GraphicState ( ) : System
PdfContentByte.GraphicState