Class RadialShadingDictionary
Represents the post scripf radial shading dictionary.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Forms.Chart.PostScript
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class RadialShadingDictionary : PostScriptDictionary
Constructors
RadialShadingDictionary(PointF, Single, PointF, Single, String)
Creates instance of the RadialShadingDictionary.
Declaration
public RadialShadingDictionary(PointF point1, float r1, PointF point2, float r2, string funcName)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.PointF | point1 | |
System.Single | r1 | |
System.Drawing.PointF | point2 | |
System.Single | r2 | |
System.String | funcName |
Properties
Name
Overridden.
Declaration
public override string Name { get; }
Property Value
Type |
---|
System.String |