IDrawInterface Public interface
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf.draw
iTextSharp.text.pdf.draw.IDrawInterface[[IDrawInterface]]
class iTextSharp.text.pdf.draw.IDrawInterface interfaceStyle;
end
Members
Methods
Public methods
Returns | Name |
---|
void | Draw (PdfContentByte canvas, float llx, float lly, float urx, float ury, float y) |
Details
Methods
Draw
public void Draw(PdfContentByte canvas, float llx, float lly, float urx, float ury, float y)
Arguments
Type | Name | Description |
---|
PdfContentByte | canvas | |
float | llx | |
float | lly | |
float | urx | |
float | ury | |
float | y | |
Generated with ModularDoc