RevGrid - v0.9.3
    Preparing search index...
    • A simple implementation of rounding a cell.

      Parameters

      • gc: RevCachedCanvasRenderingContext2D
      • x: number

        the x grid coordinate of my origin

      • y: number

        the y grid coordinate of my origin

      • width: number

        the width I'm allowed to draw within

      • height: number

        the height I'm allowed to draw within

      • radius: number
      • fill: boolean
      • Optionalstroke: number | boolean

      Returns void