Skip to main content
Skip table of contents

MetaBrush

MetaBrush 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.MetaBrush[[MetaBrush]]
  iTextSharp.text.pdf.codec.wmf.MetaObject[[MetaObject]]
  end
iTextSharp.text.pdf.codec.wmf.MetaObject --> iTextSharp.text.pdf.codec.wmf.MetaBrush

Members

Properties

Public properties
TypeNameMethods
BaseColorColorget
intHatchget
intStyleget

Methods

Public methods
ReturnsName
voidInit(InputMeta meta)

Details

Inheritance

Constructors

MetaBrush

Source code

public MetaBrush()

Methods

Init

Source code

public virtual void Init(InputMeta meta)
Arguments
TypeNameDescription
InputMetameta

Properties

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