美[ˈrekˌtæŋɡ(ə)l] 英['rek.tæŋɡ(ə)l] n.矩形;长方形 网络画矩形;长方形的;绘制矩形 复数:rectangles 同义词 n. box,square,frame,tick box,check box 权威英汉双解 英汉 英英 网络释义 rectangle n. 1. 长方形;矩形a flat shape with four straight sides, two of which are longer than the other two, and four angles of 90˚ 例句
The SimuwuRectangleDing is China's biggest piece of bronze ware. 我国最大的青铜器是司母戊大方鼎. 期刊摘选 He folded his newspaper into a neatrectangle. 他将报纸折成一个整整齐齐的长方形. 辞典例句 Rectanglebooks on the shelf. 书架上的长方形书本. ...
用作名词(n.) He folded his newspaper into a rectangle.他把报纸叠成一个长方形。 We may define a square as a rectangle with four equal sides.我们可以把正方形定义为四边相等的矩形。 The painting consists of four rectangles.这幅画是由四个长方形组成的。近义词 临近词 parallelogram平行四边形 chec...
The meaning of RECTANGLE is a parallelogram all of whose angles are right angles; especially : one with adjacent sides of unequal length. How to use rectangle in a sentence.
This MATLAB function creates a rectangle in 2-D coordinates.
Rectangle(Point, Size) 來源: Rectangle.cs 使用指定的位置和大小,初始化 Rectangle 類別的新執行個體。 C# 複製 public Rectangle (System.Drawing.Point location, System.Drawing.Size size); 參數 location Point Point,代表矩形區域的左上角。 size Size Size,代表矩形區域的寬度和高度。 適用於 .NET...
"Rectangle"是一个标准的几何形状,四个角都是直角,对边相等,通常用来形容像报纸折叠成的整齐形状,如"He folded his newspaper into a neat rectangle"。而"oblong"这个词在某些情况下也指长方形,但它带有一些椭圆形的特性,可能是稍微拉长的矩形,比如"The only bathroom was a tiny oblong"中...
Rectangle() 构造一个新的 Rectangle,其左上角的坐标为 (0,0),宽度和高度均为 0。 Rectangle(Dimension d) 构造一个新的 Rectangle,其左上角为 (0,0),其宽度和高度由 Dimension 参数指定。 Rectangle(int width, int height) 构造一个新的 Rectangle,其左上角的坐标为 (0,0),其宽度和高度由同名的...
是的,rectangle和oblong都有长方形的意思。rectangle这个词在英文中直接对应为“长方形”。它是一个四边形,其中所有四个边都是直的,并且相对的两边长度相等。由于其特定的形状,我们常在日常生活中使用“rectangle”来描述具有长方形特征的事物,如窗户、门或其他物体的形状。oblong也有长方形的含义。这个...
Source: Rectangle.cs 存储一组四个整数,表示矩形的位置和大小。C# 复制 [System.ComponentModel.TypeConverter("System.Drawing.RectangleConverter, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] public struct Rectangle : IEquatable<System.Drawing.Rectangle>继承...