Skip to main content
Skip table of contents

GraphicState

GraphicState Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.PdfContentByte
  iTextSharp.text.pdf.PdfContentByte.GraphicState[[GraphicState]]
  end

Members

Methods

Internal methods
ReturnsName
voidCopyParameters(GraphicState cp)
voidRestore(GraphicState restore)

Details

Constructors

GraphicState [1/2]

Source code

internal GraphicState()
GraphicState [2/2]

Source code

internal GraphicState(GraphicState cp)
Arguments
TypeNameDescription
GraphicStatecp

Methods

CopyParameters

Source code

internal void CopyParameters(GraphicState cp)
Arguments
TypeNameDescription
GraphicStatecp
Restore

Source code

internal void Restore(GraphicState restore)
Arguments
TypeNameDescription
GraphicStaterestore

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.