Class RoundedButtonRenderer
Implements the functionalities of PivotChart control's GroupBar buttons for drawing rounded corners.
Inheritance
System.Object
RoundedButtonRenderer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.PivotChart
Assembly: Syncfusion.PivotChart.Windows.dll
Syntax
public class RoundedButtonRenderer
Constructors
RoundedButtonRenderer()
Declaration
public RoundedButtonRenderer()
Methods
RoundedEdgeButton(Rectangle, Int32)
Returns the rounded path of the ButtonAdv.
Declaration
public static Point[] RoundedEdgeButton(Rectangle rc, int iRadius)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Rectangle | rc | Bounds of the button |
System.Int32 | iRadius | Radius of the button |
Returns
Type | Description |
---|---|
System.Drawing.Point[] | Polygon Points |