rect-
rect-什么意思,rect-翻译
例句
Notice that you must pass the Rect structure by reference , since the function expects a pointer to a RECT type .
请注意,由于函数需要指向RECT类型的指针,必须通过引用来传递Rect结构。
The Rect value type must be passed by reference because the unmanaged API is expecting a pointer to a RECT to be passed to the function.
Rect值类型必须通过引用传递,原因是非托管API要求将指向RECT的指针传递给该函数。
RECT. Providing that no two rectangles overlap, two threads or processes can simultaneously lock multiple rectangles in a surface.
如果提供两个不相交迭的矩形,那么两个线程或进程可以同时锁定一个表面中的多个矩形。
The app calculates the rect by multiplying the column and row position by the size of each chip.
这个计算通过行和列的位置和每个块的大小来得到矩形区域。
The default draw mode for rectangles is CORNERS, which means that the upper-left corner is defined by the x and y parameters of rect.
矩形的默认绘制模式是CORNERS,这表示左上角是由rect的x和y参数定义的。
The round_rect function will provide the highlighting in both the in-focus and out-of-focus visualizations.
round_rect函数将在焦点内和焦点外显示效果中提供高亮显示。
In the following example the Point and Rect types provide member layout information using the StructLayoutAttribute.
在下面的示例中,Point和Rect类型使用StructLayoutAttribute提供成员布局信息。
Fills the RECT data structure with the lengths of the sides of the rectangle that make up the window .
用组成该窗口的矩形边的长度填充RECT数据结构。
If you use any of the first three versions, however, you get access to Rect"s utility functions.
如果你使用开头三个中的任何一个,你就可以使用rect的实用函数。
I offset the values of the row and column by one to calculate the lower right portion of the rect.
用计算偏移行和列的数值使得矩形区域的右下角。