PathPaintingRenderInfo 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.PathPaintingRenderInfo[[PathPaintingRenderInfo]] end
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details
Constructors
PathPaintingRenderInfo [1/2]
Source code
public PathPaintingRenderInfo(int operation, int rule, GraphicsState gs)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
operation |
|
|
|
rule |
|
|
|
gs |
PathPaintingRenderInfo [2/2]
Source code
public PathPaintingRenderInfo(int operation, GraphicsState gs)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
operation |
|
|
|
gs |
Properties
Operation
public virtual int Operation { get; }
Rule
public virtual int Rule { get; }
Ctm
public virtual Matrix Ctm { get; }
LineWidth
public virtual float LineWidth { get; }
LineCapStyle
public virtual int LineCapStyle { get; }
LineJoinStyle
public virtual int LineJoinStyle { get; }
MiterLimit
public virtual float MiterLimit { get; }
LineDashPattern
public virtual LineDashPattern LineDashPattern { get; }
Generated with ModularDoc