Skip to main content
Skip table of contents

PathConstructionRenderInfo

PathConstructionRenderInfo Public class

Diagram

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

Members

Properties

Public properties
TypeNameMethods
MatrixCtmget
intOperationget
IList<float>SegmentDataget

Details

Constructors

PathConstructionRenderInfo [1/2]

Source code

public PathConstructionRenderInfo(int operation, IList<float> segmentData, Matrix ctm)
Arguments
TypeNameDescription
intoperation
IList<float>segmentData
Matrixctm
PathConstructionRenderInfo [2/2]

Source code

public PathConstructionRenderInfo(int operation, Matrix ctm)
Arguments
TypeNameDescription
intoperation
Matrixctm

Properties

Operation
public virtual int Operation { get; }
SegmentData
public virtual IList<float> SegmentData { get; }
Ctm
public virtual Matrix Ctm { get; }

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.