Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static PdfShading SimpleRadial( PdfWriter writer, float x0, float y0, float r0, float x1, float y1, float r1, Color startColor, Color endColor ) |
Visual Basic |
---|
Public Shared Function SimpleRadial ( _ writer As PdfWriter, _ x0 As Single, _ y0 As Single, _ r0 As Single, _ x1 As Single, _ y1 As Single, _ r1 As Single, _ startColor As Color, _ endColor As Color _ ) As PdfShading |
Visual C++ |
---|
public: static PdfShading^ SimpleRadial( PdfWriter^ writer, float x0, float y0, float r0, float x1, float y1, float r1, Color^ startColor, Color^ endColor ) |
Parameters
- writer
- Type: iTextSharp.text.pdf..::..PdfWriter
- x0
- Type: System..::..Single
- y0
- Type: System..::..Single
- r0
- Type: System..::..Single
- x1
- Type: System..::..Single
- y1
- Type: System..::..Single
- r1
- Type: System..::..Single
- startColor
- Type: iTextSharp.text..::..Color
- endColor
- Type: iTextSharp.text..::..Color