单词 | graphics object | ||||
释义 | graphics object
例句释义: 图形对象,图表物件 1. This is usually how you obtain a reference to a graphics object when creating painting code for a control. 在为控件创建绘制代码时,通常会使用此方法来获取对图形对象的引用。 msdn2.microsoft.com 2. Holds the data needed for drawing a control a handle to a graphics object and a rectangle object that represents the region to draw in. 保存绘制控件所需的数据,即表示绘制区域的图形对象或矩形对象的句柄。 msdn2.microsoft.com 3. In a graphical user interface, an icon or graphics object can be moved by dragging it across the screen. 在图形用户接口中,一个图标或图形对象可通过在屏幕上对其拖拉而被移动。 www2.ccw.com.cn 4. Initializes a new instance of the Bitmap class with the specified size and with the resolution of the specified Graphics object. 用指定的大小和指定的Graphics对象的分辨率初始化Bitmap类的新实例。 msdn2.microsoft.com 5. Two objects used to draw the rectangles are then created: a Bitmap and a Graphics object. 第四步,创建两个用于绘制矩形的对象,即Bitmap和Graphics对象。 msdn2.microsoft.com 6. The GraphicsEnvironment class holds the graphics object and a set of colors. It also contains the width and height. GraphicsEnvironment类中保存了图形对象和一组颜色,还包括宽度和高度。 www.ibm.com 7. Creates a rectangular clipping region and sets it as the clipping region for the graphics object of the form using. 将其设置为窗体图形对象的剪辑区域。 msdn2.microsoft.com 8. The event data passed to the event handler provides information on the panel to draw and a Graphics object to use to perform drawing tasks. 传递到事件处理程序的事件数据提供了关于要描述的面板和用来执行描述任务的Graphics对象的信息。 msdn2.microsoft.com 9. QPen is an elementary graphics object. It is used to draw lines, curves and outlines of rectangles, ellipses, polygons or other shapes. 画笔是一个用来画直线,曲线和矩形的轮廓,椭圆,多边形或其他图形的基本绘图对象。 dictsearch.appspot.com 10. Property controls the color of a graphics object when drawing one pattern on top of another. 属性控制在一个图案上绘制另一个图案时图形对象的颜色。 msdn2.microsoft.com 1. Shapes are stripped down movie clips that essentially only contain a graphics object for drawing in with the vector drawing API. 是一个仅仅包含,它一个是用于绘矢量图的图形容器。 www.5uflash.com 2. It is good practice when manipulating properties of the graphics object to restore them to the original values when finished. 在操作图形对象的属性时,在完成之后将这些属性恢复成原来的值是一种很好的做法。 www.ibm.com 3. This method sends a Graphics object, contained in the Graphics property of the PrintPageEventArgs class, to the printer. 此方法向打印机发送一个Graphics对象,该对象包含在PrintPageEventArgs类的Graphics属性中。 msdn2.microsoft.com 4. And sets it to the handle to the device context of the graphics object of the form. 并将其设置为窗体的图形对象的设备上下文的句柄。 msdn2.microsoft.com 5. Every class in Flex that extends from the base class Sprite, has an embedded graphics object in it. Flex中每个从基础类Sprite扩展而来的类都具有一个嵌入的图片对象。 www.ibm.com 6. This animation is implemented by drawing to the Graphics object of the form. 此动画是通过对窗体的Graphics对象进行绘制实现的。 msdn2.microsoft.com 7. The region is passed to the SetClip method of a Graphics object, and then two strings are drawn. 将该区域传递给Graphics对象的SetClip方法,然后绘制两个字符串。 msdn2.microsoft.com 8. If you do not do this, then the XORComposite will be left in the graphics object and it will affect all subsequent drawing. 如果您没有这样做,则XORComposite将会被保留在图形对象中,并且会影响到随后的所有绘图操作。 www.ibm.com 9. A device context defines the graphics object for drawing on a Windows-based device. 设备上下文定义用于在基于Windows的设备上进行绘制的图形对象。 msdn2.microsoft.com 10. Then it draws the bitmap to the screen using the Graphics object returned from the Graphics property of the PaintEventArgs. 然后使用从PaintEventArgs的Graphics属性返回的Graphics对象向屏幕上绘制该位图。 msdn2.microsoft.com 1. Call the DrawImage of your graphics object to render the image. 调用图形对象的DrawImage以呈现图像。 msdn2.microsoft.com 2. Create a Graphics object that represents the drawing surface you want to use. 创建一个Graphics对象来表示要使用的绘图图面。 msdn2.microsoft.com 3. The GraphicsObject is the interface that any graphics object must implement. GraphicsObject是任何图形对象都必须使用的接口。 www.ibm.com 4. The Graphics object provides the DrawPolygon method. Graphics对象提供DrawPolygon方法。 msdn2.microsoft.com 5. This example creates a SolidBrush object that can be used by a Graphics object for filling shapes. 此示例创建一个SolidBrush对象,Graphics对象可以用它来填充形状。 msdn2.microsoft.com 6. Method to draw the line in the graphics object. 方法绘制图形对象中的行。 msdn2.microsoft.com 7. To draw anything, you must create at least two objects: a Graphics object and a Pen object. 若要进行绘制,必须至少创建两个对象:Graphics对象和Pen对象。 msdn2.microsoft.com 8. Object, another type of graphics object that can paint. 对象,它是可以绘制的另一种类型的图形对象。 msdn2.microsoft.com 9. The Graphics object provides a DrawRectangle method, and the Pen object stores attributes, such as line width and color. Graphics对象提供DrawRectangle方法,Pen对象存储属性(例如线宽和颜色)。 msdn2.microsoft.com 10. If you are using the Graphics object after the GetHdc method, call the ReleaseHdc method. 如果在使用GetHdc方法后使用Graphics对象,请调用ReleaseHdc方法。 msdn2.microsoft.com 1. To draw a rectangle, you need a Graphics object and a Pen object. 若要绘制矩形,需要Graphics对象和Pen对象。 msdn2.microsoft.com 2. Managing the State of a Graphics Object 管理Graphics对象的状态 msdn2.microsoft.com 3. To obtain a reference to a Graphics object from the PaintEventArgs in the Paint event 获取对Paint事件的PaintEventArgs中Graphics对象的引用 msdn2.microsoft.com 4. Graphics Object Distribution Strategy Based on Retained-mode Parallel Rendering 基于保留模式并行绘制的图形对象分布策略 service.ilib.cn 5. To use the Graphics object you have created 使用创建的图形对象 msdn2.microsoft.com |
||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。