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
Details
Constructors
GraphicState [1/2]
Source code
internal GraphicState()
GraphicState [2/2]
Source code
internal GraphicState(GraphicState cp)
Arguments
Type | Name | Description |
---|
GraphicState | cp | |
Methods
CopyParameters
Source code
internal void CopyParameters(GraphicState cp)
Arguments
Type | Name | Description |
---|
GraphicState | cp | |
Restore
Source code
internal void Restore(GraphicState restore)
Arguments
Type | Name | Description |
---|
GraphicState | restore | |
Generated with ModularDoc