iText 5

PathPaintingRenderInfo

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

Details

Constructors

PathPaintingRenderInfo [1/2]

Source code

public PathPaintingRenderInfo(int operation, int rule, GraphicsState gs)

Arguments

Type

Name

Description

int

operation

int

rule

GraphicsState

gs

PathPaintingRenderInfo [2/2]

Source code

public PathPaintingRenderInfo(int operation, GraphicsState gs)

Arguments

Type

Name

Description

int

operation

GraphicsState

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