Represent radial gradient brush.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class PdfRadialGradientBrush : PdfGradientBrush
Public Class PdfRadialGradientBrush
	Inherits PdfGradientBrush
public ref class PdfRadialGradientBrush : public PdfGradientBrush
type PdfRadialGradientBrush =  
    class
        inherit PdfGradientBrush
    end

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PdfRadialGradientBrush(PointF, Single, PointF, Single, PdfRGBColor, PdfRGBColor)
Initializes a new instance of the class.
PdfRadialGradientBrush(PointF, Single, PointF, Single, array<PdfRGBColor>[]()[][], array<Single>[]()[][])
Initializes a new instance of the PdfRadialGradientBrush class
AntiAlias
Gets or sets a value indicating whether use anti aliasing algorithm.
(Inherited from PdfGradientBrush.)
Background
Gets or sets the background color of the brush.
(Inherited from PdfGradientBrush.)
Blend
Gets or sets a PdfBlend that specifies positions and factors that define a custom falloff for the gradient.
Clone()()()()
Creates a new copy of a brush.
(Overrides PdfBrush..::..Clone()()()().)
CloneAntiAliasingValue(PdfGradientBrush) (Inherited from PdfGradientBrush.)
CloneBackgroundValue(PdfGradientBrush) (Inherited from PdfGradientBrush.)
Dispose()()()() (Inherited from PdfGradientBrush.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Extend
Gets or sets the value indicating whether the gradient should extend starting and ending points.
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
InterpolationColors
Gets or sets a ColorBlend that defines a multicolor linear gradient.
LinearColors
Gets or sets the starting and ending colors of the gradient.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Rectangle
Gets or sets the rectangle.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Spire.Pdf.Graphics..::..PdfBrush
    Spire.Pdf.Graphics..::..PdfGradientBrush
      Spire.Pdf.Graphics..::..PdfRadialGradientBrush

See Also