C# Class iTextSharp.text.pdf.PdfContentByte.UncoloredPattern

Inheritance: PatternColor
ファイルを表示 Open project: nonorganic/dssnet

Protected Properties

Property Type Description
color BaseColor
tint float

Public Methods

Method Description
Equals ( Object obj ) : bool
GetHashCode ( ) : int

Protected Methods

Method Description
UncoloredPattern ( PdfPatternPainter p, BaseColor color, float tint ) : System

Method Details

Equals() public method

public Equals ( Object obj ) : bool
obj Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

UncoloredPattern() protected method

protected UncoloredPattern ( PdfPatternPainter p, BaseColor color, float tint ) : System
p PdfPatternPainter
color BaseColor
tint float
return System

Property Details

color protected_oe property

protected BaseColor color
return BaseColor

tint protected_oe property

protected float tint
return float