PatternColor Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.PatternColor[[PatternColor]]
iTextSharp.text.pdf.ExtendedColor[[ExtendedColor]]
class iTextSharp.text.pdf.ExtendedColor abstractStyle;
end
iTextSharp.text.pdf.ExtendedColor --> iTextSharp.text.pdf.PatternColor
Members
Properties
Public properties
Methods
Public methods
Details
Inheritance
Constructors
PatternColor
Source code
public PatternColor(PdfPatternPainter painter)
Arguments
Methods
Equals
Source code
public override bool Equals(object obj)
Arguments
Type | Name | Description |
---|
object | obj | |
GetHashCode
Source code
public override int GetHashCode()
Properties
Painter
public virtual PdfPatternPainter Painter { get; }
Generated with ModularDoc