PDF File Writer Class Library - Author Uzi Granot
PdfRadialShadingSetGradientDirection Method |
Set gradient direction
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public void SetGradientDirection( double StartCenterX, double StartCenterY, double StartRadius, double EndCenterX, double EndCenterY, double EndRadius, MappingMode Mapping )
Parameters
- StartCenterX
- Type: SystemDouble
Start circle center x position - StartCenterY
- Type: SystemDouble
Start circle center y position - StartRadius
- Type: SystemDouble
Start circle center radius - EndCenterX
- Type: SystemDouble
End circle center x position - EndCenterY
- Type: SystemDouble
End circle center y position - EndRadius
- Type: SystemDouble
End circle center radius - Mapping
- Type: PdfFileWriterMappingMode
Mapping mode (relative absolute)
