
'Declaration Public Class RoundRect Inherits CanvasItem Implements IBordered
public class RoundRect : CanvasItem, IBordered
public void DrawRoundRect(float left, float top, float width, float height, float edgeWidth, float edgeHeight) { CanvasItems.Add(new RoundRect(left, top, width, height, edgeWidth, edgeHeight)); }
System.Object
GrapeCity.ActiveReports.Document.Section.CanvasItem
GrapeCity.ActiveReports.Document.Section.RoundRect