Subject | English | Hebrew |
comp., MS | design surface | משטח עיצוב (The main area of the Macro Designer where macro actions are placed to be made into a macro) |
comp., MS | multi-surface | קבוצת משטחים מרובים (A shape representing a union of all the positions in a set of surfaces) |
comp., MS | palettized surface | משטח המבוסס על לוח צבעים (A surface in which each pixel color is represented by a number that indexes into a color palette) |
comp., MS | procedural surface | משטח פרוצדורלי (A surface with pixel RGB color and alpha values defined dynamically. Only the procedure used to compute the surface is stored in memory) |
comp., MS | surface picking | בחירת משטח (The process of choosing which input surface contributes most to the output surface at a certain position on the output. Surface picking is often used with mouse operations to choose different actions in code that depend on which image you select. In cases where several images are alpha blended on the output point, the transform can use the alpha channel of each input sample to choose the input surface) |
comp., MS | UI surface | משטח ממשק משתמש (The area in the new Windows UI where developers can place controls. The UI surface includes the app canvas, the app bar, a context menu, a flyout, and so on) |