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
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Details
Constructors
PathConstructionRenderInfo [1/2]
Source code
public PathConstructionRenderInfo(int operation, IList<float> segmentData, Matrix ctm)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
operation |
|
|
|
segmentData |
|
|
|
ctm |
PathConstructionRenderInfo [2/2]
Source code
public PathConstructionRenderInfo(int operation, Matrix ctm)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
operation |
|
|
|
ctm |
Properties
Operation
public virtual int Operation { get; }
SegmentData
public virtual IList<float> SegmentData { get; }
Ctm
public virtual Matrix Ctm { get; }
Generated with ModularDoc