About 3,780,000 results
Open links in new tab
  1. rect () - CSS - MDN

    Dec 16, 2025 · The rect() CSS function creates a rectangle at the specified distance from the top and left edges of the containing block. It is a basic shape function of the <basic-shape> data …

  2. Rectangular function - Wikipedia

    Since the Fourier Transform of the Rectangular function is the Sinc function, the Convolution theorem mean that the Fourier transform of pulses resulting from successive convolution of …

  3. SVG Rectangle - W3Schools

    The <rect> element is used to create a rectangle and variations of a rectangle shape. The <rect> element has six basic attributes to position and shape the rectangle:

  4. RECT Definition & Meaning - Merriam-Webster

    What does the abbreviation RECT stand for? Meaning: receipt. How to use rect in a sentence.

  5. RECT (windef.h) - Win32 apps | Microsoft Learn

    Feb 22, 2024 · The RECT structure defines a rectangle by the coordinates of its upper-left and lower-right corners.

  6. CSS basic-shape.rect English - Runebook.dev

    The rect () CSS function creates a rectangle at the specified distance from the top and left edges of the containing block. It is a basic shape function of the <basic-shape> data type.

  7. rect - p5.js

    rect () Draws a rectangle. A rectangle is a four-sided shape defined by the x, y, w, and h parameters. x and y set the location of its top-left corner. w sets its width and h sets its height. …

  8. Documentation | CMU CS Academy

    Rect To draw a rectangle with code, we write: Rect(left, top, width, height, fill= 'black', border= None, borderWidth= 2, opacity= 100, rotateAngle= 0, dashes= False, align= 'left-top', visible= …

  9. Basic Shapes — SVG 2

    The ‘rect’ element defines a rectangle which is axis-aligned with the current user coordinate system. Rounded rectangles can be achieved by setting non-zero values for the rx and ry …

  10. SVG Rectangle - W3docs

    On this page, you can find useful information about the SVG <rect> shape element, learn to create a rectangle with it and see different examples with CSS.