StiRoundedRectangleCreator Class

Namespace: Stimulsoft.Base.Drawing

Methods

Method Returns Description
Create static (+1 overloads) GraphicsPath  
DrawRoundedRect static void  

Method Details

Create static

Create(rect: RectangleF, radius: float, scale: float): GraphicsPath

Parameters

  • rect (RectangleF)
  • radius (float)
  • scale (float)

Returns GraphicsPath


Create(rect: RectangleF, radius: StiCornerRadius, scale: float): GraphicsPath

Parameters

  • rect (RectangleF)
  • radius (StiCornerRadius)
  • scale (float)

Returns GraphicsPath


DrawRoundedRect static

DrawRoundedRect(g: Graphics, pen: Pen, rect: RectangleF, radius: StiCornerRadius, sides: StiBorderSides, scale: float): void

Parameters