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

Inheritance: PatternColor
Afficher le fichier Open project: nonorganic/dssnet

Protected Properties

Свойство Type Description
color BaseColor
tint float

Méthodes publiques

Méthode Description
Equals ( Object obj ) : bool
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
UncoloredPattern ( PdfPatternPainter p, BaseColor color, float tint ) : System

Method Details

Equals() public méthode

public Equals ( Object obj ) : bool
obj Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

UncoloredPattern() protected méthode

protected UncoloredPattern ( PdfPatternPainter p, BaseColor color, float tint ) : System
p PdfPatternPainter
color BaseColor
tint float
Résultat System

Property Details

color protected_oe property

protected BaseColor color
Résultat BaseColor

tint protected_oe property

protected float tint
Résultat float