Skip to main content
Skip table of contents

MetaPen

MetaPen Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.codec.wmf
  iTextSharp.text.pdf.codec.wmf.MetaPen[[MetaPen]]
  iTextSharp.text.pdf.codec.wmf.MetaObject[[MetaObject]]
  end
iTextSharp.text.pdf.codec.wmf.MetaObject --> iTextSharp.text.pdf.codec.wmf.MetaPen

Members

Properties

Public properties
TypeNameMethods
BaseColorColorget
intPenWidthget
intStyleget

Methods

Public methods
ReturnsName
voidInit(InputMeta meta)

Details

Inheritance

Constructors

MetaPen

Source code

public MetaPen()

Methods

Init

Source code

public virtual void Init(InputMeta meta)
Arguments
TypeNameDescription
InputMetameta

Properties

Style
public virtual int Style { get; }
PenWidth
public virtual int PenWidth { get; }
Color
public virtual BaseColor Color { 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.