CA2428814A1 - Visual and scene graph interfaces - Google Patents

Visual and scene graph interfaces Download PDF

Info

Publication number
CA2428814A1
CA2428814A1 CA002428814A CA2428814A CA2428814A1 CA 2428814 A1 CA2428814 A1 CA 2428814A1 CA 002428814 A CA002428814 A CA 002428814A CA 2428814 A CA2428814 A CA 2428814A CA 2428814 A1 CA2428814 A1 CA 2428814A1
Authority
CA
Canada
Prior art keywords
data
visual
public
brush
receiving
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
CA002428814A
Other languages
French (fr)
Inventor
Joseph S. Beda
Gerhard A. Schneider
Kevin T. Gallo
Adam M. Smith
Eric Vandenberg
Don Curtis
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microsoft Corp
Original Assignee
Microsoft Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Microsoft Corp filed Critical Microsoft Corp
Publication of CA2428814A1 publication Critical patent/CA2428814A1/en
Abandoned legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63BAPPARATUS FOR PHYSICAL TRAINING, GYMNASTICS, SWIMMING, CLIMBING, OR FENCING; BALL GAMES; TRAINING EQUIPMENT
    • A63B53/00Golf clubs
    • A63B53/12Metallic shafts
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63BAPPARATUS FOR PHYSICAL TRAINING, GYMNASTICS, SWIMMING, CLIMBING, OR FENCING; BALL GAMES; TRAINING EQUIPMENT
    • A63B53/00Golf clubs
    • A63B53/10Non-metallic shafts
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63BAPPARATUS FOR PHYSICAL TRAINING, GYMNASTICS, SWIMMING, CLIMBING, OR FENCING; BALL GAMES; TRAINING EQUIPMENT
    • A63B53/00Golf clubs
    • A63B53/14Handles
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63BAPPARATUS FOR PHYSICAL TRAINING, GYMNASTICS, SWIMMING, CLIMBING, OR FENCING; BALL GAMES; TRAINING EQUIPMENT
    • A63B60/00Details or accessories of golf clubs, bats, rackets or the like
    • A63B60/06Handles
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/60Editing figures and text; Combining figures or text
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2210/00Indexing scheme for image generation or computer graphics
    • G06T2210/61Scene description

Abstract

A method and system implemented in an application programming interface (API) and an object model allows program code developers to interface in a consistent manner with a scene graph data structure to output graphics. Via the interfaces, program code writes drawing primitives such as geometry data, image data, animation data and other data to visuals that represent a drawing surface, including validation visual objects, drawing visual objects and surface visual-objects. The code can also specify transform, clipping and opacity properties on visuals, and add child visuals to other visuals to build up a hierarchical scene graph. A visual manager traverses the scene graph to provide rich graphics data to lower-level graphics components.

Description

VISUAL AND SCENE GRAPH INTERFACES
CROSS-REFERENCE TO RELATED APPLICATIONS
The present invention is related to the following copending United States Patent Applications: Serial No.
10/184,795 entitled Multiple-Level Graphics Processing System and Method; Serial No. 10/184,796, entitled Generic Parameterization for a Scene Graph; Serial No. 10/185,775 entitled "Intelligent Caching Data Structure for Immediate Mode Graphics;" each filed on June 27, 2002; and United States Patent Application entitled "Markup Language and Object Model for Vector Graphics" (Attorney Docket No. 3480), filed concurrently herewith. Each related application is assigned to the assignee of the present patent application and hereby incorporated by reference in its entirety.
FIELD OF THE INVENTION
The invention relates generally to computer systems, and more particularly to the processing of graphical and other video information for display on computer systems.
BACKGROUND OF THE INVENTION
The limits of the traditional immediate mode model of accessing graphics on computer systems are being reached, in part because memory and bus speeds have not kept up with the advancements in main processors and/or graphics processors. In general, the current (e.g., WM'PAINT) model for preparing a frame requires too much data processing to keep up with the hardware refresh rate when complex graphics effects are desired. As a result, when complex graphics effects are attempted with conventional graphics models, instead of completing the changes that result in the perceived visual effects in time for the next frame, the changes may be added over different frames, causing results that are visually and noticeably undesirable.
A new model for controlling graphics output is described in the aforementioned United States Patent Application Serial Nos. 10/184,795, 10/184,796, and 10/185,775. This new model provides a number of significant improvements in graphics processing technology. For example, U.S. Serial No. 10/184,795 is generally directed towards a multiple-level graphics processing system and method, in which a higher-level component (e. g., of an operating system) performs computationally intensive aspects of building a scene graph, updating animation parameters and traversing the scene graph's data structures, at a relatively low operating rate, in order to pass simplified data structures and/or graphics commands to a low-level component. Because the high-level processing greatly simplifies the data, the low-level component can operate at a faster rate, (relative to the high-level component), such as a rate that corresponds to the frame refresh rate of the graphics subsystem, to process the data into constant output data for the graphics subsystem. When animation is used, instead of having to redraw an entire scene with changes, the low-level processing may interpolate parameter intervals as necessary to obtain instantaneous values that when rendered provide a slightly changed scene for each frame, providing smooth animation.
U.S. Serial No. 10/184,796 describes a parameterized scene graph that provides mutable (animated) values and parameterized graph containers such that program code that wants to draw graphics (e. g., an application program or operating system component) can selectively change certain aspects of the scene graph description, while leaving other aspects intact. The program code can also reuse already-built portions of the scene graph, with possibly different parameters. As can be appreciated, the ability to easily change the appearance of displayed items via parameterization and/or the reuse of existing parts of a scene graph provide substantial gains in overall graphics processing efficiency.
U.S. Serial No. 10/185,775 generally describes a caching data structure and related mechanisms for storing visual information via objects and data in a scene graph. The data structure is generally associated with mechanisms that intelligently control how the visual information therein is populated and used. For example, unless specifically requested by the application program, most. of the information stored in the data structure has no external reference to it, which enables this information to be optimized or otherwise processed. As can be appreciated, this provides efficiency and conservation of resources, e.g., the data in the cache data structure can be processed into a different format that is more compact and/or reduces the need for subsequent, repeated processing, such as a bitmap or other post-processing result.
While the above improvements provide substantial benefits in graphics processing technology, there still needs to be a way for programs to effectively use this improved graphics model and its other related improvements in a straightforward manner. What is needed is a comprehensive yet straightforward way for programs to take advantage of the many features and graphics processing capabilities provided by the improved graphics model and thereby output complex graphics in an efficient manner.
SUL~iARY OF THE INVENTION
Briefly, the present invention provides an object model, and an application programming interface (API) for accessing that object model in a manner that allows program code developers to consistently interface with a scene graph data structure to produce graphics. A base object in the model and API set is a visual, which represents a virtual surface to the user; the scene graph is built of visual objects. Such Visuals include container visual objects, validation visual objects, drawing visual objects and surface visual objects. Visuals themselves can hold onto resource objects, such as clip objects, transform objects and so forth, and some type of Visuals (e.g., DrawingVisual, ValidationVisual) can hold on to drawing instruction lists that may reference resource objects, such as images, brushes and/or gradients.
Typical resource objects in the scene graph are immutable once created, that is, once they are created they cannot be changed. Note that visuals are generally not considered resources, and that visuals not considered immutable to an extent, e.g., program code can replace the transform to which a Visual is pointing, but cannot change the transform itself, because the transform is immutable. The objects can be defined with a constructor or by using a companion builder object.
Via the application programming interfaces, program code writes drawing primitives such as geometry data, image data, animation data and other data to the visuals. For example, program code writes drawing primitives such as draw line instructions, draw geometry instructions, draw bitmap instructions and so forth into the visuals. Those drawing instructions are often combined with complex data like geometry data that describes how a path is drawn, and they also may reference resources like bitmaps, videos, and so forth.
The code can also specify transform, clipping and opacity properties on visuals, and methods for pushing and popping transform, opacity and hit test identification are provided.
In addition, the visual has flags controlling how it participates in hit testing. The program code also interfaces with the visuals to add child visuals, and thereby build up a hierarchical scene graph. A visual manager processes (e. g., traverses or transmits) the scene graph to provide rich graphics data to lower-level graphics components.
Container visuals provide for a collection of children visuals and in one implementation, are the only visuals that can define hierarchy. The collection of children on a container visual allows for arbitrary insertion, removal and reordering of children visuals.
Drawing visuals are opened with an open call that returns a drawing context (e. g., a reference to a drawing context object) to the caller. In general, a drawing context is a temporary helper object that is used to populate a visual. The program code then uses the drawing context to add drawing primitives to the visual. The open call may clear the contents (children) of a visual, or an append call may be used to open a visual for appending to that current visual. In addition to receiving static values as drawing parameters, drawing contexts can be filled with animation objects.
A validation visual operates in a similar manner to a drawing visual, except that its drawing context is filled when the system requests that it be filled, instead of when the program code wants to fill it. A surface visual is provided to display a bitmap of pixel data, which can correspond to a drawing context filled with the pixel data, or another visual subgraph traversed by a surface visual manager that provides the pixel data. The system provides a drawing context implementation that can directly draw into the surface, and a SurfaceVisualManager can be used to compose a Visual scene graph into a surface. Other types of visuals are also described.
Thus, different types of primitives may be drawn into a visual using a drawing context, including geometry, image data and video data. Geometry is a type of class that defines a vector graphics skeleton without stroke or fill, e.g., a rectangle. Each geometry object. corresponds to a simple shape (LineGeometry, EllipseGeometry, RectangleGeometry),-a complex single shape (PathGeometry), or a list of such shapes (GeometryList) with a combine operation specified (e. g., union, intersection and so forth.) These objects form a class hierarchy. There are also shortcuts for drawing frequently used types of geometry, such as a DrawRectangle method.

When geometry is drawn, a brush or pen may be specified.
A brush object defines how to graphically fill a plane, and there is a class hierarchy of brush objects. A pen also has a brush specified on it describing how to fill the stroked area.
A special type of brush object (the VisualBrush) can reference a visual to define how that brush is to be drawn.
Other benefits and advantages will become apparent from the following detailed description when taken in conjunction with the drawings, in which:
BRIEF DESCRIPTION OF THE DRAWINGS
FIGURE 1 is a block diagram representing an exemplary computer system into which the present invention may be incorporated;
FIG. 2 is a block diagram generally representing a graphics layer architecture into which the present invention may be incorporated;
FIG. 3 is a representation of a scene graph of visuals and associated components for processing the scene graph such as by traversing the scene graph to provide graphics commands and other data in accordance with an aspect of the present invention;
FIG. 4 is a representation of a scene graph of validation visuals, drawing visuals and associated drawing primitives _ g _ constructed in accordance with an aspect of the present invention;
FIG. 5 is a representation of a visual class, of an object model, in accordance with an aspect of the present invention;
FIG. 6 is a representation of various other objects of the object model, in accordance with an aspect of the present invention;
FIG. 7 is a diagram representing transformation of a visual's data in accordance with an aspect of the present invention;
FIGS. 8A and 8B are representations of transformations of a visual's data in a geometry scale and a non-uniform scale, respectively, in accordance with an aspect of the present invention;
FIGS. 9A-9C are block diagrams of surface visual objects and other visuals and components in accordance with an aspect of the present invention;
FIGS. l0A and 10B are diagrams representing HWnd visual objects in accordance with an aspect of the present invention;
FIG. 11 is a diagram representing a layered visual object in accordance with an aspect of the present invention;
FIG. 12 is a representation of geometry classes of the object model, in accordance with an aspect of the present invention;
_ g FIG. 13 is a representation of a PathGeometry structure, in accordance with an aspect of the present invention;
FIG. 14 is a representation of a scene graph of visuals and drawing primitives showing example graphics produced by the primitives, in accordance with an aspect of the present invention;
FIG. 15 is a representation of brush classes of the object model, in accordance with an aspect of the present invention;
FIG. 16 is a representation of rendered graphics resulting from data in a linear gradient brush object, in accordance with an aspect of the present invention;
FIG. 17 is a representation of rendered graphics resulting from data in a radial gradient brush object, in accordance with an aspect of the present invention;
FIG. 18 is a representation of rendered graphics resulting from having various stretch values, in accordance with an aspect of the present invention;
FIG. 19 is a representation of rendered graphics resulting from having various tile values, in accordance with an aspect of the present invention;
FIG. 20 is a flow diagram generally representing logic for interpreting a visual, including a brush object, to generate graphics in accordance with an aspect of the present invention;

FIG. 21 is a representation of a grid and transformed grid, resulting from data in a visual brush object, in accordance with an aspect of the present invention;
FIG. 22 is a representation of the grid and transformed grid, with rendered graphics therein drawn from a visual, in accordance with an aspect of the present invention;
FIG. 23 is a representation of a rendered nine grid brush object in accordance with an aspect of the present invention;
and FIG. 24 is a representation of transform classes of the object model, in accordance with an aspect of the present invention.
DETAILED DESCRIPTION
EXEMPLARY OPERATING ENVIRONMENT
FIGURE 1 illustrates an example of a suitable computing system environment 100 on which the invention may be implemented. The computing system environment 100 is only one example of a suitable computing environment and is not intended to suggest any limitation as to the scope of use or functionality of the invention. Neither should the computing environment 100 be interpreted as having any dependency or requirement relating to any one or combination of components illustrated in the exemplary operating environment 100.

The invention is operational with numerous other general purpose or special purpose computing system environments or configurations. Examples of well known computing systems, environments, and/or configurations that may be suitable for use with the invention include, but are not limited to, personal computers, server computers, hand-held or laptop devices, tablet devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
The invention may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, and so forth, which perform particular tasks or implement particular abstract data types. The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
With reference to FIG. 1, an exemplary system for implementing the invention includes a general purpose computing device in the form of a computer 110. Components of the computer 110 may include, but are not limited to, a processing unit 120, a system memory 130, and a system bus 121 that couples various system components including the system memory to the processing unit 120. The system bus 121 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures. By way of example, and not limitation, such architectures include Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, Accelerated Graphics Port (AGP) bus, and Peripheral Component Interconnect (PCI) bus also known as Mezzanine bus.
The computer 110 typically includes a variety of computer-readable media. Computer-readable media can be any available media that can be accessed by the computer 110 and includes both volatile and nonvolatile media, and removable and non-removable media. By way of example, and not limitation, computer-readable media may comprise computer storage media and communication media. Computer storage media includes both volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer-readable instructions, data structures, program modules or other data. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by the computer 110.
Communication media typically embodies computer-readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media. The term "modulated data signal" means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared and other wireless media. Combinations of the any of the above should also be included within the scope of computer-readable media.
The system memory 130 includes computer storage media in the form of volatile and/or nonvolatile memory such as read only memory (ROM) 131 and random access memory (RAM) 132. A
basic input/output system 133 (BIOS), containing the basic routines that help to transfer information between elements within computer 110, such as during start-up, is typically stored in ROM 131. RAM 132 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processing unit 120. By way of example, and not limitation, FIG. 1 illustrates operating system 134, application programs 135, other program modules 136 and program data 137.
The computer 110 may also include other removable/non-removable, volatile/nonvolatile computer storage media. By way of example only, FIG. 1 illustrates a hard disk drive 141 that reads from or writes to non-removable, nonvolatile magnetic media, a magnetic disk drive 151 that reads from or writes to a removable, nonvolatile magnetic disk 152, and an optical disk drive 155 that reads from or writes to a removable, nonvolatile optical disk 156 such as a CD ROM or other optical media.
Other removable/non-removable, volatile/nonvolatile computer storage media that can be used in the exemplary operating environment include, but are not limited to, magnetic tape cassettes, flash memory cards, digital versatile disks, digital video tape, solid state RAM, solid state ROM, and the like.
The hard disk drive 141 is typically connected to the system bus 121 through a non-removable memory interface such as interface 140, and magnetic disk drive 151 and optical disk drive 155 are typically connected to the system bus 121 by a removable memory interface, such as interface 150.
The drives and their associated computer storage media, discussed above and illustrated in FIG. 1, provide storage of computer-readable instructions, data structures, program modules and other data for the computer 110. In FIG. 1, for example, hard disk drive 141 is illustrated as storing operating system 144, application programs 145, other program modules 146 and program data 147. Note that these components can either be the same as or different from operating system 134, application programs 135, other program modules 136, and program data 137. Operating system 144, application programs 145, other program modules 146, and program data 147 are given different numbers herein to illustrate that, at a minimum, they are different copies. A user may enter commands and information into the computer 110 through input devices such as a tablet (electronic digitizer) 164, a microphone 163, a keyboard 162 and pointing device 161, commonly referred to as mouse, trackball or touch pad. Other input devices (not shown) may include a joystick, game pad, satellite dish, scanner, or the like. These and other input devices are often connected to the processing unit 120 through a user input interface 160 that is coupled to the system bus, but may be connected by other interface and bus structures, such as a parallel port, game port or a universal serial bus (USB). A monitor 191 or other type of display device is also connected to the system bus 121 via an interface, such as a video interface 190. The monitor 191 may also be integrated with a touch-screen panel 193 or the like that can input digitized input such as handwriting into the computer system 110 via an interface, such as a touch-screen interface 192. Note that the monitor and/or touch screen panel can be physically coupled to a housing in which the computing device 110 is incorporated, such as in a tablet-type personal computer, wherein the touch screen panel 193 essentially serves as the tablet 164. In addition, computers such as the computing device 11G may also include other peripheral output devices such as speakers 195 and printer 196, which may be connected through an output peripheral interface 194 or the like.
The computer 110 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 180. The remote computer 180 may be a personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 110, although only a memory storage device 181 has been illustrated in FIG. 1.. The logical connections depicted in FIG. 1 include a local area network (LAN) 171 and a wide area network (WAN) 173, but may also include other networks.
Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets and the Internet.
When used in a LAN networking environment, the computer 110 is connected to the LAN 171 through a network interface or adapter 170. When used in a WAN networking environment, the _ 17 _ computer 110 typically includes a modem 172 or other means for establishing communications over the WAN 173, such as the Internet. The modem 172, which may be internal or external, may be connected to the system bus 121 via the user input interface 160 or other appropriate mechanism. In a networked environment, program modules depicted relative to the computer 110, or portions thereof, may be stored in the remote memory storage device. By way of example, and not limitation, FIG. 1 illustrates remote application programs 185 as residing on memory device 181. It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
INTERFACES TO SCENE GRAPH DATA STRUCTURES
One aspect of the present invention is generally directed to allowing program code, such as an application or operating system component, to communicate drawing instructions and other information (e.g., image bitmaps) to graphics components in order to render graphical output on the system display. To this end, the present invention provides a number of defined functions and methods, e.g., in the form of application programming interfaces (APIs) to an object model, that enable programs to populate a scene graph with data structures, drawing primitives (commands), and other graphics-related data.

When processed, the scene graph results in graphics being displayed on the screen.
FIG. 2 represents a general, layered architecture 200 into which the present invention may be implemented. As represented in FIG. 2, program code 202 (e.g., an application program or operating system component or the like) may be developed to output graphics data in one or more various ways, including via imaging 204, via vector graphic elements 206, and/or via function / method calls placed directly to a visual application programming interface (API) layer 212, in accordance with an aspect of the present invention. In general, imaging 204 provides the program code 202 with a mechanism for loading, editing and saving images, e.g., bitmaps. As described below, these images may be used by other parts of the system, and there is also a way to use the primitive drawing code to draw to an image directly. Vector graphics elements 206 provide another way to draw graphics, consistent with the rest of the object model (described below). Vector graphic elements 206 may be created via a markup language, which an element /
property system 208 and presenter system 210 interprets to make appropriate calls to the visual API layer 212. Vector graphic elements 206, along with the element / property system 208 and presenter system 210, are described in the aforementioned copending patent application entitled "Markup Language and Object Model for Vector Graphics."

In one implementation, the graphics layer architecture 200 includes a high-level composition and animation engine 214, which includes or is otherwise associated with a caching data structure 216. The caching data structure 216 contains a scene graph comprising hierarchically-arranged objects that are managed according to a defined object model, as described below. In general, the visual API layer 212 provides the program code 202 (and the presenter system 210) with an interface to the caching data structure 216, including the ability to create objects, open and close objects to provide data to them, and so forth. In other words, the high-level composition and animation engine 214 exposes a unified media APT layer 212 by which developers may express intentions about graphics and media to display graphics information, and provide an underlying platform with enough information such that the platform can optimize the use of the hardware for the program code. For example, the underlying platform will be responsible for caching, resource negotiation and media integration.
In one implementation, the high-level composition and animation engine 214 passes an instruction stream and possibly other data (e. g., pointers to bitmaps) to a fast, low-level compositing and animation engine 218. As used herein, the terms "high-Level" and "low-level" are similar to those used in other computing scenarios, wherein in general, the lower a software component is relative to higher components, the closer that component is to the hardware. Thus, for example, graphics information sent from the high-level composition and animation engine 214 may be received at the low-level compositing and animation engine 218, where the information is used to send graphics data to the graphics subsystem including the hardware 222.
The high-level composition and animation engine 214 in conjunction with the program code 202 builds a scene graph to represent a graphics scene provided by the program code 202.
For example, each item to be drawn may be loaded with drawing instructions, which the system can cache in the scene graph data structure 216. As will be described below, there are a number of various ways to specify this data structure 216, and what is drawn. Further, the high-level composition and animation engine 214 integrates with timing and animation systems 220 to provide declarative (or other) animation control (e.g., animation intervals) and timing control. Note that the animation system allows animate values to be passed essentially anywhere in the system, including, for example, at the element property level 208, inside of the visual API layer 212, and in any of the other resources. The timing system is exposed at the element and visual levels.
The low-level compositing and animation engine 218 manages the composing, animating and rendering of the scene, which is then provided to the graphics subsystem 222. The low-level engine 218 composes the renderings for the scenes of multiple applications, and with rendering components, implements the actual rendering of graphics to the screen.
Note, however, that at times it may be necessary and/or advantageous for some of the rendering to happen at higher levels. For example, while the lower layers service requests from multiple applications, the higher layers are instantiated on a per-application basis, whereby is possible via the imaging mechanisms 204 to perform time-consuming or application-specific rendering at higher levels, and pass references to a bitmap to the lower layers.
FIGS. 3 and 4 show example scene graphs 300 and 400, respectively, including a base object referred to as a visual.
In general, a visual comprises an object that represents a virtual surface to the user and has a visual representation on the display. As represented in FIG. 5, a base class visual provides the base functionality for other visual types, that is, the visual class 500 is an abstract base class from which visual types (e. g., 501-506) derive.
As represented in FIG. 3, a top-level (or root) visual 302 is connected to a visual manager object 304, which also has a relationship (e.g., via a handle) with a window (HWnd) 306 or similar unit in which graphic data is output for the program code. The visualManager 304 manages the drawing of the top-level visual (and any children of that visual) to that window 306. FIG. 6 shows the VisualManager as one of a set of other objects 620 in the object model of the graphics system described herein.
To draw, the visual manager 304 processes (e. g., traverses or transmits) the scene graph as scheduled by a dispatcher 308, and provides graphics instructions and other data to the low level component 218 (FIG. 2) for its corresponding window 306, such as generally described in U.S. Patent Application Serial Nos. 10/184,795, 10/184,796, and 10/185,775. The scene graph l0 processing will ordinarily be scheduled by the dispatcher 308 at a rate that is relatively slower than the refresh rate of the lower-level component 218 and/or graphics subsystem 222.
FIG. 3 shows a number of child visuals 310-315 arranged hierarchically below the top-level (root) visual 302, some of which are represented as having been populated via drawing contexts 316, 317 (shown as dashed boxes to represent their temporary nature) with associated instruction lists 318 and 319, respectively, e.g., containing drawing primitives and other visuals. The visuals may also contain other property information, as shown in the following example visual class:

public abstract class Visual . VisualComponent {
public Transform Transform { get; set; }
public float Opacity { get; set; }
public BlendMode BlendMode { get; set; }
public Geometry Clip { get; set; }
public bool Show { get; set; }
public HitTestResult HitTest(Point point);
public bool IsDescendant(Visual visual);
public static Point TransformToDescendant( Visual reference, visual descendant, Point point);
public static Point TransformFromDescendant( Visual reference, Visual descendant, Point point);
public Rect CalculateBounds(); // Loose bounds public Rect CalculateTightBounds(); //
public bool HitTestable { get; set; }
public bool HitTestIgnoreChildren { get; set; }
public bool HitTestFinal { get; set; }
As can be seen, visuals offer services by providing transform, clip, opacity and possibly other properties that can be set, and/or read via a get method. In addition, the visual has flags controlling how it participates in hit testing, as described below. A Show property is used to show/hide the visual, e.g., when false the visual is invisible, otherwise the visual is visible.
A transformation, set by the transform property, defines the coordinate system for the sub-graph of a visual. The coordinate system before the transformation is called pre-transform coordinate system, the one after the transform is called post-transform coordinate system, that is, a visual with a transformation is equivalent to a visual with a transformation node as a parent. FIG. 7 generally provides an example of transformation, identifying the pre-transformation and post-transformation coordinate systems relative to a visual. To get or set the transformation of a visual, the Transform property may be used.
Note that the coordinate transforms may be applied in a uniform way to everything, as if it were in a bitmap. Note that this does not mean that transformations always apply to bitmaps, but that what gets rendered is affected by transforms equally. By way of example, if the user draws a circle with a round pen that is one inch wide and then applies a scale in the X direction of two to that circle, the pen will be two inches wide at the left and right and only one inch wide at the top and bottom. This is sometimes referred to as a compositing or bitmap transform (as opposed to a skeleton or geometry scale that affects the geometry only). FIG. 8A is a representation of scaling transformation, with a non-transformed image 800 appearing on the left and a transformed image 802 with a non-uniform scale appearing on the right. FIG. 8B is a representation of scaling transformation, with the non-transformed image 800 appearing on the left and a transformed image 804 with geometry scaling appearing on the right.
With respect to coordinate transformation of a visual, TransformToDescendant transforms a point from the reference visual to a descendant visual. The point is transformed from the post-transformation coordinate space of the reference visual to the post-transformation coordinate space of the descendant visual. TransformFromDescendant transforms a point from the descendant visual up the parent chain to the reference visual. The point is transformed from post-transformation coordinate space of the descendant visual to post-transformation coordinate space of the reference visual. The CalculateBounds method returns the bounding box of the content of the Visual in Post-Transformation coordinate space. Note that there may be an alternative version of the API where more specific specifications are allowed as to how the transform on a visual is interpreted during a coordinate transformation.
For example, the transform on the reference and descendant visual may or may not be taken into account. In this alternative, there are thus four options, e.g., coordinates can be transformed from pre-transformation to pre-transformation space, pre-transformation to post-transformation space, post-transformation to pre-transformation space, and post-transformation to post-transformation space. The same concept applies to hit-testing, e.g., hit-testing may be started in pre-transformation or post-transformation transform coordinate space, and the hit-test results might be in pre-transformation or post-transformation coordinate space.
The clip property sets (and gets) the clipping region of a visual. Any Geometry (the geometry class is described below with reference to FIG. 12) can be used as a clipping region, and the clipping region is applied in Post-Transformation coordinate space. In one implementation, a default setting for the clipping region is null, i.e., no clipping, which can be thought of as an infinite big clipping rectangle from (-oo, -oo) to (+ao, +oo) .
The Opacity property gets/sets the opacity value of the visual, such that the content of the visual is blended on the drawing surface based on the opacity value and the selected blending mode. The BlendMode property can be used to set (or get) the blending mode that is used. For example, an opacity (alpha) value may be set between 0.0 and 1.0, with linear alpha blending set as the mode, e.g., Color = alpha * foreground color + (1.0-alpha) * background color). Other services, such as special effects properties, may be included in a visual, e.g., blur, monochrome, and so on.
The various services (including transform, opacity, clip) can be pushed and popped on a drawing context, and push/ pop operations can be nested, as long as a pop call matches a push call . For example PushTransform (...) ; PushOpacity (...) ;
PopTransform(...); is illegal, because before the PopTransform call, PopOpacity needs to be called.
The PushTransform method pushes a transformation.
Subsequent drawing operations are executed with respect to the pushed transformation. The PopTransform pops the transformation pushed by the matching PushTransform call:
void PushTransform(Transform transform);
void PushTransform(Matrix matrix);
void PopTransform();.
Similarly, the PushOpacity method pushes an opacity value.
Subsequent drawing operations are rendered on a temporary surface with the specified opacity value and then composite into the scene. PopOpacity pops the opacity pushed by the matching PushOpacity call:
void PushOpacity(float opacity);
void PushOpacity(NumberAnimationBase opacity);
void PopOpacity();.
The PushClip method pushes a clipping geometry. Subsequent drawing operations are clipped to the geometry. The clipping is applied in post transformation space. PopClip pops the clipping region pushed by the matching PushClip call:
void PushClip(Geometry clip);
void PopClip();.
Note that push operations can be arbitrarily nested as long as the pop operations are matched with a push. For example, the following is valid:

PushTransform(...);
DrawLine(...);
PushClip(...);
DrawLine(...);
PopClip();
PushTransform(...);
DrawRect(...);
PopTransform();
PopTransform();
Hit-testing is performed in the Post-Transformation coordinate space, and returns an identity of each hit-testable visual that is hit, e.g., when a pen or mouse click is detected. An alternate version of the interface may allow for hit-testing to start at a Pre-Transformation coordinate space relative to the visual where the hit test is started. Visuals that are hit are returned in right-to-left, depth-first order.
Hit-testing may be controlled with various flags, including HitTestable, which determines if: the visual is hit-testable (the default is true), and HitTestFinal, which determines if hit-testing stops when the visual is hit, i.e. if a Visual is hit and the HitTestFinal property of the visual is true, hit-testing aborts and returns the results collected up to this point (the default is false). Another flag is HitTestIgnoreChildren, which determines if the children of a visual should be considered when hit-testing is performed on a visual (the default is false).
A ProxyVisual is a visual that may be added more than once into the scene graph. Since any visual referred to by a ProxyVisual may be reached by multiple paths from the root, read services (TransformToDescendent, TransformFromDescendent and HitTest) do not work through a ProxyVisual. In essence, there is one canonical path from any visual to the root of the visual tree and that path does not include any ProxyVisuals.
As represented in FIG. 5, various types of visuals are defined in the object model, including ContainerVisuals 501, DrawingVisuals 502, ValidationVisuals 503, SurfaceVisuals 504 and HwndVisuals 505. The table below sets forth example methods of a DrawingVisual:
public class DrawingVisual . Visual public DrawingVisual();
public IDrawingContext Open();
public IDrawingContext Append();
A DrawingVisual is a container for graphical content (e. g.
lines, text, images, and so fort.h). Note that it is possible to add a Visual into a DrawingVisual, but in some implementations this is not allowed. The DrawingVisual 502 includes an Open method, which returns an IDrawingContext that can be used to populate the DrawingVisual, e.g., with other visuals and drawing primitives, as described below. In one implementation, for various reasons also described below, a DrawingVisual may be only opened once to populate its drawing context; in other words, such a DrawingVisual is immutable with respect to what can be put into it (although program code can replace a resource object to which a visual is pointing).

After the DrawingVisual has been populated, the DrawingVisual is closed using a Close method, e.g., on the drawing context.
Note that an Open call may clear any contents (children) of a visual, however in one alternative implementation, there is provided an Append method, to open a current visual in a manner that appends to that visual. In other words, an OpenForAppend call works like Open, except the current content of the DrawingVisual is not cleared out on the open.
The following is an example of how a drawing context is used to populate a visual:
ContainerVisual cvl = new ContainerVisual();
DrawingVisual dvl = new DrawingVisual();
// Open a drawing context. The context // will automatically be closed when // exiting the using block. This will also // replace any contents that might already // be in dvl.
using (IDrawingContext do = dvl.Open()) dc.DrawLine(new Pen(Brushes.Blue), new Point(...), new Point(...));
// Add dvl to the child collection of cvl cvl.Children.Add(dvl);
// Add another arbitrary visual to cvl cvl.Children.Add(someOtherVisual);
// Create another DrawingVisual DrawingVisual dv2 = new DrawingVisual();
using (IDrawingContext do = dv2.Open()) // This sets up a new coordinate system // where everything is twice as big dv.PushTransform(new Scale(2.0, 2.0));
// This line is drawn in the new scaled // coordinate system.
dc.DrawLine(new Pen(Brushes.Red), new Point(...), new Point(...));
// This reverts to the original coordinate system.
dv.PopTransform();
dc.DrawLine(new Pen(Brushes.Green), new Point(...), new Point(...));

// Add dv2 to the child collection of cvl;
cvl.Children.Add(dv2);
In general, a ValidationVisual 503 is conceptually similar to a DrawingVisual, except that a ValidationVisual is populated when the system requests that it be filled, instead of when the program code wants to populate it. For example, as described in U.S. Serial No. 10/185,775, the high-level composition and animation engine 214 (FIG. 2) may invalidate scene graph data as resources are needed, such as when part of a scene graph is not visible. For example if some parts are scrolled off the display, clipped, and so on. If the invalidated scene graph data is later needed, the program code 202 called will be called back to redraw (validate) the invalidated portion of the scene graph. To this end, one typical usage scenario is for a program code to subclass the ValidationVisual and override the OnValidate method. When the system calls the OnValidate method, a drawing context is passed in, and the program the uses the drawing context repopulate the ValidationVisual.
The example below shows one way to implement a simple ValidationVisual, e.g., one that draws a line with a certain color. The color of the line can be changed by calling SetColor. To force the update of the ValidationVisual, SetColor calls Invalidate to force the graphics sub-system to revalidate the ValidationVisual:

lic class MyValidationVisual . validationVisual public override void OnValidate(IDrawingContext dc) do . DrawLine (m color, ...) ;
public void SetColor(Color newColor) m_color = color;
Invalidate(); // Force a redraw of the ValidationVisual to // reflect the color change.
private Color m-color This example shows how to use the ValidationVisual:
MyValidationVisual myW = new MyValidationVisual();
container. Children.Add(myW);
myW. SetColor (new Color (...) ) ;
FIG. 4 shows an example scene graph 400 in which ContainerVisuals and DrawingVisuals are related in a scene graph, and have associated data in the form of drawing primitives, (e.g., in corresponding drawing contexts). The ContainerVisual is a container for Visuals, and ContainerVisuals can be nested into each other. The children of a ContainerVisual can be manipulated with a VisualCollection returned from a Children property of the VisualContainer. The order of the Visuals in the VisualCollection determines in which order the Visuals are rendered, i.e. Visuals are rendered from the lowest index to the highest index from back to front (painting order). For example, with proper parameters with three drawing visuals representing red, green, and blue rectangles hierarchically under a container visual, the following code would result in three rectangles being drawn (translating to the right and down), a red rectangle in back, a green rectangle in the middle and a blue rectangle in front:
VisualCollection vc = m_cv.Children;
vc.Add(new DrawingVisual());
vc.Add(new DrawingVisual());
vc.Add(new DrawingVisual());
for (int i = 0; i < vc.Count; i++) DrawingVisual v = (DrawingVisual)(vc[i]);
if (v != null) v.Transform = Transform.CreateTranslation(i * 20. Of, i*20f);
IDrawingContext do = v.Open();
dc.DrawRectangle( new Brush(colorsfi]), null, new Point2D(0, 0), new Point2D(100.Of, 100.Of));
v.Close(dc);
As represented in FIG. 5, another type of visual object is a SurfaceVisual 504. In general, as represented in FIG. 3, a SurfaceVisual object 315 references an in-memory surface (bitmap) 322 that the program code 202 (FIG. 2) can access.
The client program code 202 can supply its own surface memory, or it can request that the memory be allocated by the surface object.
The program code 202 has the option to open a SurfaceVisual and get a drawing context 323, into which the program code 202 can write pixel data 324 or the like and directly put those pixels onto the surface. This is represented in FIG. 3 by the dashed line between the surface object 322, the drawing context 323 (shown as a dashed box to represent its temporary nature) and the pixel data 324.
The program code 202 also has an option to create a surface visual manager 330 and associate a visual subgraph 332 with the SurfaceVisual 315. This option is represented in FIG.
3 by the dashed line between the surface object 322 and the surface visual manager 330. Note that the visual subgraph 332 can also nest other surface visuals, as also shown in FIG 3.
The surface visual manager 330 (also shown as a type of other object in the set 620 of FIG. 6) walks the visual subgraph 332 to update the SurfaceVisual bitmap 322. Further, note that this traversal is scheduled by the dispatcher 308, and for efficiency may be throttled to control how often this bitmap 322 is updated. The surface visual manager 330 does not have to traverse the visual subgraph 322 each time and/or at the same rate that the top level visual manager 302 walks the rest of the scene graph.
With respect to surfaces, as further described with reference to FIGS. 9A-9C, in general, the present graphics model thus allows compositing a set of visuals to a surface, immediate-mode rendering of vector and bitmap primitives into a surface, compositing a surface onto the desktop or onto another surface, and controlling which surface in a surface list is used to composite into or to draw into. A surface list is defined as a collection of one or more surfaces (i.e.
frames/buffers) of physical (system or video) memory used to store compositions of visuals or graphical drawings, or both.
One of the surfaces of the surface list may be set as a current back buffer where drawing and/or compositing is done, and one of the surfaces of the surface list is set as a current primary, or front buffer, which is used to composite onto another render target.
Surfaces may be used in a number of ways. By way of example, FIG. 9A shows compositing to a surface. In FIG. 9A, a surface visual manager object 900 connects a surface list 902 as a render target for a visual tree 904. During each compositing cycle, the visuals are composited into the surface of the surface list that is currently serving as the active back buffer for the surface list. The surface being composited to can include a surface owned by the client/high level compositing engine 214 (FIG. 2) for in-process compositing scenarios, a surface owned by the low-level compositing engine 218 for scenarios where the client does not need the bits but the low-level compositing engine 218 needs them to composite the surface onto another render target, or a cross-process surface, for scenarios where the client needs access to the surface bits, but the low-level compositing engine 218 also needs the surface for other compositing work.

The compositing is controlled by a timing service that is attached to the Visual Manager. One example of a timing service, is a manual mode that might be used as in the example below:
// Great a a manual timing service and attach a visual manager TimingService timingService = new ManualTimingService(visualManager);
// composite the visual tree to the current back buffer of the surface visualManager.Render();
foreach (Tick tick in timingService) // advance the back buffer to the next frame of the surface surfaceList.NextFrame();
// advance the time of the visual tree timingService.Tick(tick);
// composite the visual tree to the current back buffer of surface visualManager.Render();
Another way to use a surface is with immediate-mode rendering to a surface, via a context. Attaching a surface list to a visual (a surface visual) enables immediate-mode rendering to the surface of the surface list that is currently serving as the active back buffer for the surface list. This rendering is done by obtaining a drawing context from the surface visual and executing drawing commands on that context, as described above. Note that obtaining a drawing context locks the surface so that other compositing operations cannot be done to it. Each drawing command is executed immediately, and vectors and other surfaces can be drawn (blended) onto the surface. However, other visuals cannot be drawn onto the surface, but instead can be composited into the surface by associating it with a visual manager, as previously described (e. g., in FIG. 9A).
// attach a surface list to a visual SurfaceVisual surfaceVisual = new SurfaceVisual(surfaceList);
// enable immediate-mode rendering to (and lock) back buffer surface BaseDrawingContext do = surfaceVisual.Open();
// draw a line (immediately) to the current back buffer of the surface dc.DrawLine (pen, startPoint, endpoint);
// unlock the surface - we're done with immediate-mode rendering surfaceVisual.Close(dc);
Another use for surfaces is when compositing a surface onto another render target. To this end, once a surface list is attached to a surface visual, the surface can then be attached as a node in a visual tree, and the surface of the surface list that is currently serving as the primary or front buffer can be composited to another surface or to the desktop.
This is illustrated in FIG. 9B and in the example below:
// attach a surface list to a visual SurfaceVisual surfaceVisual = new SurfaceVisual(surfaceList);
// Add the surfaceVisual to a visual tree for compositing onto another // render target rootVisual.Add(surfaceVisual);
Live composition to/from a surface is represented in FIG.
9C, where the above-described capabilities are combined so that compositing to the back buffer surface of a surface list and compositing from the front buffer surface of a surface list (e.g. to the desktop) happen simultaneously. Note that to - 3$ -eliminate the undesirable video effect known as tearing, the surface list should have at least two surfaces, a front and a back buffer surface. A surface used as in FIG. 9C is likely owned by the low-level engine 218, or is a cross-process surface to make the composition in the low level engine 218 perform better.
Surfaces are constructed as independent objects, as set forth in the examples of constructors below:
public class Surface // create and allocate a blank surface without initial data public Surface(int width, int height, int dpi, PixelFormat pixelFormat, SurfaceFlags flags) // create a surface using the supplied memory public Surface(int width, int height, int dpi, PixelFormat pixelFormat, IntPtr pixels, // managed memory for the surface Int stride) // create from a source (i.e. Clone) public Surface(Surface sourceSurface, SurfaceFlags flags) // Create from File or URL
public Surface (String filename, SurfaceFlags flags) // Create from Stream public Surface (System.IO.Stream stream, SurfaceFlags flags) // Create from HBITMAP (which can't be selected into an HDC) public Surface (HBITMAP hbitmap, HPALETTE hPalette) // Create from HICON
public Surface (HICON hicon) // read-only properties public Int Width {get; }
public Int Height {get; }
public Int Dpi {get;}
public PixelFormat Format{get; }
public int Stride{get; }
public IntPtr Buffer {get;}
public class SurfaceList {
// Create a list of blank surfaces (without initial data).
public SurfaceList (int width, int height, int dpi, PixelFormat pixelFormat, int numSurfaces, SurfaceFlags flags) // Create a SurfaceList that uses the specified surfaces // All the surfaces must have identical properties (w, h, // dpi, etc).
public SurfaceList (Surface []surfaces) // change the front buffer to the first-in-line back buffer public Flip ( ) // advance the back buffer to the next surface public Next() public int FrontBufferIndex {get; set;}
public int BackBufferIndex {get; set;}
public Surface GetFrontBuffer() public Surface GetBackBuffer() public Surface GetSurface(int surfaceIndex) Once constructed, a surface and/or a surface list can be attached to a surface visual object or to a visual manager object.

// Create a surface visual public SurfaceDrawingVisual(Surface surface) public SurfaceDrawingVisual(SurfaceList surfaceList) // Create a visual manager with a surface render target public VisualManager(Surface surface) public VisualManager(SurfaceList surfaceList) Further, a surface can get data from a decoder, and/or send its data to an encoder for writing to a specific file format. Surfaces can also receive/send data from/to effect interfaces. A surface can be constructed for any pixel format from the full set of supported surface format types. However, some adjustments may be made to the specified pixel format, e.g., if the specified pixel format is less than 32 bits per pixel, then the format will be promoted to 32 bits per pixel.
Whenever bits are requested from a surface in the original format, the surface will be copied to a buffer of the requested pixel format using a format conversion filter.
Returning to FIG. 5, yet another visual is an HwndVisual 505, which positions a Win32 child HWnd in the scene graph.
More particularly, legacy programs will still operate via the WM PAINT method (or the like) that draws to a child HWnd (or the like) based on prior graphics technology. To support such programs in the new graphics processing model, the HwndVisual allows the Hwnd to be contained in a scene graph and moved as the parent visual is repositioned, as represented in FIG. 10A.
As a result of limitations with existing Hwnds, however, when rendered, a child Hwnd can only be on top of other windows, and cannot be rotated or scaled like other visuals described above.
Some clipping is possible, as represented in FIG. lOB, where the dashed lines indicate the HWnd's displayed rectangle being clipped during relative movement with respect to its parent visual.
Other types of visuals 506 are also feasible, and the present object model is extensible to allow others to be developed. For example, as represented in FIG. 11, a layered visual 1100 enables an application developer to separately control the information in a visual via multiple data streams, providing a finer granularity of control relative to visuals having a single data stream. Note that similar granularity of control can be accomplished by having (e. g., three) separate child visuals under a single parent visual, however this requires that the program code work with multiple visuals, which is more complicated than working with a single layered visual having indexes to multiple layers.
By way of example, in FIG. 11, background data, content data and border data are contained in a single layered visual, but are separated from one another as indexed by a layer value, e.g., 0, 1 or 2, respectively. Layers can be inserted, including tacked onto either end, and/or deleted, with the layering order (e.g., left-to-right as shown) defining an implied Z-order for display. Note that for security, child content and other data in a layered visual cannot be enumerated.
Other types of visuals include container visuals, and redirected child HWnd visuals, in which content is drawn to a bitmap, and incorporated into a surface visual. Three-dimensional visuals enable a connection between two-dimensional and three dimensional worlds, e.g., a camera-like view is possible via a two-dimensional visual having a view into a three-dimensional world.
Many of the resource objects are immutable once created, that is, once they are created they cannot be changed for various reasons, including simplifying threading issues, preventing corruption by others, and simplifying the interaction with elements and APIs. Note that this generally simplifies the system. It should be noted, however, that it is feasible to have a system where such objects are mutable, but for example would require managing a dependency graph. For example, while it is possible to have a system where such objects are mutable, if program code changed the clip set on a Visual, the visual would need to be re-rendered, thus requiring a notification / registration mechanism, e.g., if a new clip is assigned to a visual, the visual registers itself with the clip for notifications (e. g., a clip changed notification). Thus, in one implementation, for simplification purposes, resource objects are immutable.

These resource objects can be defined with a constructor, which is a straightforward, generic way to create an object, or by using a companion builder object, as described below. For instance, to create a SolidColorBrush, (brush objects are described below), a constructor may be used:
Brush MyBrush = new SolidColorBrush(Colors.Red);
The user can also use the static members on the Brushes class to get a set of predefined colors.
Because immutable objects cannot be changed, to effectively change an object, the user needs to create a new object and replace the old one with it. To this end, many of the resource objects in the system may utilize the builder pattern, in which immutable objects are created with a builder class, which is a companion class that is mutable. The user creates an immutable object to mirror the parameters set on the builder, creates a new builder for that object, and initializes it from the immutable object. The user then changes the builder as necessary. Once done, the user can build a new object, by changing the builder and reusing it to create another immutable object. Note that having immutable objects with set properties is desirable, and that immutable objects cannot be changed, but only replaced by firing a property change event.

Thus, instead of using a constructor to create a SolidColorBrush as described above, a SolidColorBrushBuilder may be used:
SolidColorBrushBuilder MyBuilder = new SolidColorBrushBuilder();
MyBuilder.Color = Colors. Red;
Brush MyBrush = MyBuilder.ToBrush();
Most objects that take static values can also take animation objects. For instance, on the DrawingContext there is an override on DrawCircle that takes a PointAnimationBase for the center of the circle. In this way, the user can specify rich animation information at the primitive level. For resource objects there exists an animation collection in addition to the base value. These are composited, whereby if the user wanted to animate the above example, the user could specify the following example line before the brush is built:
MyBuilder.ColorAnimations.Add(new ColorAnimation(...));
Note that an object with animation parameters is still immutable, because its animation parameters are static.
However, when the scene graph is processed (e. g., traversed), the meaning of animation parameters changes over time, giving the appearance of animated, not static, data.
As described above, visuals can be drawn on by populating their drawing contexts with various drawing primitives, including Geometry, ImageData and VideoData. Furthermore, there are a set of resources and classes that are shared through this entire stack. This includes Pens, Brushes, Geometry, Transforms and Effects. The IDrawingContext exposes a set of drawing operations that can be used to populate a DrawingVisual, ValidationVisual. ISurfaceDrawingContext, a base interface to IDrawing context, can be used to populate a SurfaceVisual. In other words, the drawing context exposes a set of drawing operations; for each drawing operation there are two methods, one that takes constants as arguments, and one that takes animators as arguments.
The DrawLine method draws a line with the specified pen from the start point to the end point.
public void DrawLine(Pen pen, Point start, Point end);
public void DrawLine( Pen pen, PointAnimationBase start, PointAnimationBase end);
The DrawRoundedRectangle method draws a rounded rectangle with the specified brush and pen; brush and pen can be null.
public void DrawRoundedRectangle( Brush brush, Pen pen, Point topLeft, Size size, float radius);
public void DrawRoundedRectangle( Brush brush, Pen pen, PointAnimationBase topLeft, SizeAnimationBase size, NumberAnimationBase radius);
public void DrawRoundedRectangle( Brush brush, Pen pen, Point topLeft, Point bottomRight, float rx, float ry);
public void DrawRoundedRectangle( Brush brush, Pen pen, PointAnimationBase topLeft, PointAnimationBase bottomRight, NumberAnimationBase radiusX, NumberAnimationBase radiusY);
The DrawGeometry method draws a path with the specified brush and pen; brush and pen can be null.
public void DrawGeometry( Brush brush, Pen pen, Geometry geometry);
The DrawRectangle method draws a rectangle with the specified brush and pen; brush and pen can be null.
public void DrawRectangle( Brush brush, Pen pen, Point topLeft, Size size);
public void DrawRectangle( Brush brush, Pen pen, PointAnimationBase topLeft, SizeAnimationBase size);
The DrawSurface method draws a surface.
public void DrawSurface( Surface surface, Point topLeft, Size size, float opacity);
public void DrawSurface( Surface image, PointAnimationBase topLeft, SizeAnimationBase size, NumberAnimationBase opacity);

Geometry is a type of class (FIG. 12) that defines a vector~graphics skeleton, without stroke or fill. Each geometry object is a simple shape (LineGeometry, EllipseGeometry, RectangleGeometry), a complex single shape (PathGeometry) or a list of such shapes GeometryList with a combine operation (e. g., union, intersection, and so forth) specified. These objects form a class hierarchy as represented in FIG. 12.
As represented in FIG. 13, the PathGeometry is a collection of Figure objects. In turn, each of the Figure objects is composed of one or more Segment objects which actually define the figure's shape. A Figure is a sub-section of a Geometry that defines a segment collection. This segment collection is a single connected series of two-dimensional Segment objects. The Figure can be either a closed shape with a defined area, or just a connected series of Segments that define a curve, but no enclosed area.
The filled area of the PathGeometry is defined by taking the contained Figures that have their Filled property set to true, and applying a FillMode to determine the enclosed area.
Note that the FillMode enumeration specifies how the intersecting areas of Figure objects contained in a Geometry are combined to form the resulting area of the Geometry. An "Alternate" rule determines whether a point is inside the canvas, by conceptually drawing a ray from that point to infinity in any direction, and then examining the places where a segment of the shape crosses the ray. By starting with a count of zero and adding one each time a Segment crosses the ray from left to right and subtracting one each time a path segment crosses the ray from right to left, after counting the crossings, if the result is zero then the point is outside the path. Otherwise, it is inside. A "winding" rule determines whether a point on the canvas is inside, and works by conceptually drawing a ray from that point to infinity in any direction and counting the number of path Segments from the given shape that the ray crosses. If this number is odd, the point is inside; if even, the point is outside.
As represented in FIG. 14, when geometry (e.g., a rectangle) is drawn, a brush or pen can be specified, as described below. Furthermore, the pen object also has a brush object. A brush object defines how to graphically fill a plane, and there is a class hierarchy of brush objects. This is represented in FIG. 14 by the filled rectangle 1402 that results when the visual including the rectangle and brush instructions and parameters is processed.
As described below, some types of Brushes (such as gradients and nine grids) size themselves. When used, the size for these brushes is obtained from the bounding box, e.g., when the GradientUnits/DestinationUnits for the Brush is set to ObjectBoundingBox, the bounding box of the primitive that is being drawn is used. If those properties are set to UserSpaceOnUse, then the coordinate space is used.
A Pen object holds onto a Brush along with properties for Width, LineJoin, LineCap, MiterLimit, DashArray and DashOffset, as represented in the example below:
public enum System. Windows. Media.PenLineCap {
Butt, Round, Square public enum System. Windows. Media.PenLineJoin {
Miter, Round, Bevel public class System. Windows. Media. Pen {
// Constructors public Pen(Color color, float width);
public Pen(Brush brush, float width);
// Properties public float[] DashArray { get;
public float DashOffset { get;
public FloatAnimationCollection DashOffsetAnimations { get;
public PenLineCap LineCap { get;
public PenLineJoin LineJoin { get;
public float MiterLimit { get;
public FloatAnimationCollection MiterLimitAnimations { get;
public float Opacity { get;
public FloatAnimationCollection OpacityAnimations { get;
public Brush Brush { get;
public float Width { get;
public FloatAnimationCollection WidthAnimations { get;
public sealed class System. Windows. Media.PenBuilder . Builder {
// Fields // Constructors public PenBuilder();
public PenBuilder(Color color);
public PenBuilder(Brush brush);
public PenBuilder(Pen pen);
// Properties public float[] DashArray { get; set; }
public float DashOffset ~ get; set; }
public FloatAnimationCollectionBuilder DashOffsetAnimations {
get; }
public PenLineCap LineCap { get; set; }
I public PenLineJoin LineJoin { get; set; }
public float MiterLimit { get; set; }
public FloatAnimationCollectionBuilder MiterLimitAnimations {
get; }
public float Opacity { get; set; }
public FloatAnimationCollectionBuilder OpacityAnimations { get;
}
~ public Brush Brush { get; set; }
public float Width { get; set; }
public FloatAnimationCollectionBuilder WidthAnimations { get; }
// Methods public Pen ToPen();
}
As mentioned above, the graphics object model of the present invention includes a Brush object model, which is generally directed towards the concept of covering a plane with pixels. Examples of types of brushes are represented in the hierarchy of FIG. 15, and, under a Brush base class, include SolidColorBrush, GradientBrush, ImageBrush, VisualBrush (which can reference a Visual) and NineGridBrush. GradientBrush includes LinearGradient and RadialGradient objects. As described above, Brush objects are immutable.

public abstract class System. Windows. Media. Brush {
float Opacity { get;
FloatAnimationCollection OpacityAnimations { get;
The following sets forth an example BrushBuilder class:
public abstract class System. Windows. Media.BrushBuilder . Builder {
public virtual Brush ToBrush();
public override sealed object CreateInstance();
{
return ToBrush();
float Opacity { get; set;
FloatAnimationCollectionBuilder OpacityAnimations { get;
Note that Brush objects may recognize how they relate to the coordinate system when they are used, and/or how they relate to the bounding box of the shape on which they are used.
In general, information such as size may be inferred from the object on which the brush is drawn. More particularly, many of the brush types use a coordinate system for specifying some of their parameters. This coordinate system can either be defined as relative to the simple bounding box of the shape to which the brush is applied, or it can be relative to the coordinate space that is active at the time that the brush is used. These are known, respectively, as ObjectBoundingBox mode and UserSpaceOnUse mode.

public enum System. Windows. Media.BrushMappingMode ObjectBoundingBox, UserSpaceOnUse, A SolidColorBrush object fills the identified plane with a solid color. If there is an alpha component of the color, it is combined in a multiplicative way with the corresponding opacity attribute in the Brush base class. The following sets forth an example SolidColorBrush object:
public sealed class System. Windows. Media.SolidColorBrush : Brush {
// Constructors public SolidColorBrush(); // initialize to black public SolidColorBrush(Color color);
public SolidColorBrush(System.Windows.Media.Animation.ColorComposer 2 0 colorComposer);
// Properties public Color Color { get; }
public IEnumerator ColorAnimations { get; }
}
public class System.Windows.Media.SolidColorBrushBuilder : BrushBuilder // Constructors 3 0 public SolidColorBrushBuilder();
public SolidColorBrushBuilder(Color color);
public SolidColorBrushBuilder(SolidColorBrush scp);
// Properties 3 5 public Color Color { get; set; }
public AnimationList ColorAnimations { get; }
// Methods public virtual Brush ToBrush();
The GradientBrush objects, or simply gradients, provide a gradient fill, and are drawn by specifying a set of gradient stops, which specify the colors along some sort of progression.
The gradient is by drawn by performing linear interpolations between the gradient stops in a gamma 2.2 RGB color space;
interpolation through other gammas or other color spaces (HSB, CMYK and so forth, is also a feasible alternative. Two types of gradient objects include linear and radial gradients.
In general, gradients are composed of a list of gradient stops. Each of these gradient stops contains a color (with the included alpha value) and an offset. If there are no gradient stops specified, the brush is drawn as a solid transparent black, as if there were no brush specified at all. If there is only one gradient stop specified, the brush is drawn as a solid color with the one color specified. Like other resource classes, the gradient stop class (example in the table below) is immutable.
public class System.
Windows.
Media.GradientStop {
public GradientStop(Color color, float offset);

public Color Color { get; }

public AnimationEnumerator ColorAnimations { get; }

public float Offset { get; }

public AnimationEnumerator OffsetAnimations { get; }
}

public class System.Windows.Media.GradientStopBuilder . Builder {
public GradientStopBuilder();

public GradientStopBuilder(Color color, float offset);

public Color Color { get; set; }

public AnimationList ColorAnimations { get; }

public float Offset { get; set; }

public AnimationList OffsetAnimations { get; }

public GradientStop ToGradientStop();

}

There is also a collection class, as set forth in the following example:

public class System.Windows.Media.GradientStopCollection : ICollection {
public GradientStopCollection(); // empty list public GradientStopCollection(GradientStop[] GradientStops);

public GradientStopCollection(ICollection c);

// IEnumerable public IEnumerator GetEnumerator();

// ICollection public void CopyTo(Array array, int index);

public bool ICollection.ISSynchronized f get ~ return false;

public int Count { get; }

public object ICollection.SyncRoot { get; }

// Extra functions public GradientStop this[int index] { get; }

2 public bool Contains(GradientStop value);

public int IndexOf(GradientStop value); // returns first one public int IndexOf(GradientStop value, int startIndex);

public int IndexOf(GradientStop value, int startIndex, int count);

public int LastIndexOf(GradientStop value);

2 public int LastIndexof(GradientStop value, int startIndex);

public int LastIndexOf(GradientStop value, int startlndex, int count);

public GradientStopCollection GetRange(int index, int count);
}

3 public 0 class System.Windows.Media.GradientStopCollectionBuilder : Builder, IList {
public GradientStopCollectionBuilder();

public GradientStopCollectionBuilder(GradientStop (] GradientStops);

3 public GradientStopCollectionBuilder(ICollection c);

public GradientStopCollectionBuilder(GradientStopCollection GradientStops);

// IEnumerable 4 public IEnumerator GetEnumerator();

// ICollection public void CopyTo(Array array, int index);

public bool ICollection.IsSynchronized { get ~ return false;

4 public int Count { get; }

public object ICollection.SyncRoot { get: }

// IList public bool IsFixedSize { get { return false; } }

50 public bool IsReadOnly { get { return false; } }

public object IList.this [int index] { get; set; }

public int IList.Add(object value);

public void Clear();

public bool IList.COntains(object value);

55 public int IList.Indexof(object value); // returns first one public void IList.Insert(int index, object value):

public void IList.Remove(object value); // removes first one _ 55 _ public void RemoveAt(int index);
// Extra functions public GradientStop this [int index] ( get; set;

public int Add(GradientStop value);

public bool Contains(GradientStop value);

public int IndexOf(GradientStop value); // returns first one public int IndexOf(GradientStop value, int startIndex);

public int IndexOf(GradientStop value, int startIndex, int count);

public int LastIndexOf(GradientStop value);

public int Lastlndexof(GradientStop value, int startlndex);

public int LastlndexOf(GradientStop value, int startlndex, int count);

public void Insert(int index, GradientStop value);

public void Remove(GradientStop value); // removes first one public void AddRange(ICollection c);

public void InsertRange(int index, ICollection c);

public void RemoveRange(int index, int count);

public void SetRange(int index, ICollection c);

public GradientStopCollectionBuilder GetRange(int index, int count);

// Capacity is a hint.
It will throw an exception if it is set less than Count.

public int Capacity { get; set;

2 5 // Builder overloads public override object Build();
public override void ResetBuilder();
public override void SetBuilder(object example);
3 0 public GradientStopCollection ToGradientStopCollection();
As represented in the table below, the GradientSpreadMethod specifies how the gradient should be drawn 35 outside of the specified vector or space. There are three values, including pad, in which the edge colors (first and last) are used to fill the remaining space, reflect, in which the stops are replayed in reverse order repeatedly to fill the space, and repeat, in which the stops are repeated in order 40 until the space is filled:
public enum System.Windows.Media.GradientSpreadMethod Pad, Reflect, 4 5 Repeat FIG. 16 shows examples of the GradientSpreadMethod. Each shape has a linear gradient going from white to grey. The solid line represents the gradient vector.
The LinearGradient specifies a linear gradient brush along a vector. The individual stops specify colors stops along that vector. An example is shown in the table below:
public class System. Windows. Media.LinearGradient : GradientBrush {
// Sets up a gradient with two colors and a gradient vector // specified to fill the object the gradient is applied to.
// This implies ObjectBoundingBox for the GradientUnits // property public LinearGradient(Color colorl, Color color2, float angle);
public BrushMappingMode GradientUnits { get; }
public Transform GradientTransform { get; }
public GradientSpreadMethod SpreadMethod { get; }
// Gradient Vector public Point VectorStart { get; }
public PointAnimationCollection VectorStartAnimations { get; }
public Point VectorEnd { get; }
public PointAnimationCollection VectorEndAnimations { get; }
// Gradient Stops public GradientStopCollection GradientStops { get; }
}
public class System.Window.Media.LinearGradientBuilder GradientBrushBuilder {
!, public LinearGradientBuilder();
public LinearGradientBuilder(Color colon , Color color2, float angle);
public LinearGradientBuilder(LinearGradient lg);
// GradientUnits: Default is ObjectBoundingBox public BrushMappingMode GradientUnits { get; set; }
// GradientTransform: Default is identity public Transform GradientTransform { get; set; }
// SpreadMethod: Default is Pad public GradientSpreadMethod SpreadMethod { get; set; }
// Gradient Vector // Default vector is (0,0) - (1,0) public Point VectorStart { get; set; }
public PointAnimationCollectionBuilder VectorStartAnimations { get;
set; }

public Point VectorEnd ( get; set; }
public PointAnimationCollectionBuilder VectorEndAnimations ( get; set;
}
// Gradient Stops public void AddStop(Color color, float offset);
public GradientStopCollectionBuilder GradientStops { get; set; }
The RadialGradient is similar in programming model to the linear gradient. However, whereas the linear gradient has a start and end point to define the gradient vector, the radial gradient has a circle along with a focal point to define the gradient behavior. The circle defines the end point of the gradient, that is, a gradient stop at 1.0 defines the color at the circle. The focal point defines center of the gradient. A
gradient stop at 0.0 defines the color at the focal point.
FIG. 17 shows a radial gradient that from white to grey.
The outside circle represents the gradient circle while the dot denotes the focal point. This example gradient has its SpreadMethod set to Pad:
public class System. Windows. Media.RadialGradient : GradientBrush {
// Sets up a gradient with two colors.
// This implies ObjectBoundingBox for the GradientUnits // property along with a center at (0.5,0.5) // a radius of 0.5 and a focal point at (0.5,0.5) 2 0 public RadialGradient(Color colorl, Color color2);
public BrushMappingMode GradientUnits { get; }
public Transform GradientTransform { get; }
public GradientSpreadMethod SpreadMethod ( get; }
// Gradient definition public Point CircleCenter { get; }
public PointAnimationCollection CircleCenterAnimations { get; }
public float CircleRadius { get; }
3 0 public FloatAnimationCollection CircleRadiusAnimations { get; }
public Point Focus ( get; }
public PointAnimationCollection FocusAnimations { get; }
// Gradient Stops r,~ _ public GradientStopCollection GradientStops { get; }
public class System.Windows.Media.RadialGradientBuilder GradientBrushBuilder {
public RadialGradientBuilder();
public RadialGradient(Color colon , Color color2);
public RadialGradientBuilder(RadialGradient rg);
// GradientUnits: Default is ObjectBoundingBox public BrushMappingMode GradientUnits { get; set; }
// GradientTransform: Default is identity public Transform GradientTransform { get; set; }
// SpreadMethod: Default is Pad public GradientSpreadMethod SpreadMethod { get; set; }
// Gradient definition public Point CircleCenter { get; set;}//Default: (0.5, 0.5) 2 0 public PointAnimationCollectionBuilder CircleCenterAnimations { get;
set;}
public float CircleRadius { get;set; } // Default: 0.5 public FloatAnimationCollectionBuilder CircleRadiusAnimations {
get;set; }
2 5 public Point Focus { get; set; } // Default: (0.5, 0.5) public PointAnimationCollectionBuilder FocusAnimations { get;set; }
// Gradient Stops public void AddStop(Color color, float offset);
3 0 public GradientStopCollectionBuilder GradientStops { get; set; }
Another brush object represented in FIG. 15 is a VisualBrush object. Conceptually, the VisualBrush provides a 35 way to have a visual drawn in a repeated, tiled fashion as a fill. This is represented in FIG. 14 by the visual brush referencing a visual (and any child visuals) that specifies a single circular shape 1420, with that circular shape filling a rectangle 1422. Thus, the VisualBrush object may reference a 40 visual to define how that brush is to be drawn, which introduces a type of multiple use for visuals. In this manner, a program may use an arbitrary graphics "metafile" to fill an area via a brush or pen. Since this is a compressed form for storing and using arbitrary graphics, it serves a graphics resource. The following sets forth an example VisualBrush object:

public class System.
Windows.
Media.VisualBrush : Brush {

public VisualBrush(Visual v);

public BrushMappingMode DestinationUnits { get; }

public BrushMappingMode ContentUnits { get; }

public Transform Transform { get; }

public Rect ViewBox { get; }

public Stretch Stretch { get; }

public HorizontalAlign HorizontalAlign { get; }

public VerticalAlign VerticalAlign { get; }

public Point Origin { get; }

public PointAnimationCollection OriginAnimations { get;
}

public Size Size { get; }

2 public SizeAnimationCollection SizeAnimations { get; }

// Visual public Visual Visual { get; }

public class System.Windows.Media.VisualBrushBuilder : BrushBuilder public VisualBrushBuilder();
public VisualBrushBuilder(Visual v);
3 0 public VisualBrushBuilder(VisualBrush vb);
// DestinationUnits: Default is ObjectBoundingBox public BrushMappingMode DestinationUnits { get; set; }
// ContentUnits: Default is ObjectBoundingBox 3 5 public BrushMappingMode ContentUnits { get; set; }
// Transform: Default is Identity public Transform Transform { get; set; }
// ViewBox: Default is (0,0,0,0) -- unset and ignored public Rect ViewBox { get; set; }
4 0 // Stretch: Default is None -- and ignored // because the ViewBox is not set public Stretch Stretch { get; set; }
// HorizontalAlign: Default is Center and ignored public HorizontalAlign HorizontalAlign { get; set; }
4 5 // VerticalAlign: Default is Center and ignored public VerticalAlign VerticalAlign { get; set; }
// Origin: Default is (0,0) public Point Origin { get; set; }
5 0 public PointAnimationCollectionBuilder OriginAnimations { get; set; }
// Size: Default is (1,1) public Size Size { get; set; }
public SizeAnimationCollectionBuilder SizeAnimations { get; set; }
55 // Visual: Default is null -- nothing drawn public Visual Visual { get; set; }

A VisualBrush's contents have no intrinsic bounds, and effectively describe an infinite plane. These contents exist in their own coordinate space, and the space which is being filled by the VisualBrush is the local coordinate space at the time of application. The content space is mapped into the local space based on the ViewBox, ViewPort, Alignments and Stretch properties. The ViewBox is specified in content space, and this rectangle is mapped into the ViewPort (as specified via the Origin and Size properties) rectangle.
The ViewPort defines the location where the contents will eventually be drawn, creating the base tile for this Brush. If the value of DestinationUnits is UserSpaceOnUse, the Origin and Size properties are considered to be in local space at the time of application. If instead the value of DestinationUnits is ObjectBoundingBox, then an Origin and Size are considered to be in the coordinate space, where 0,0 is the top/left corner of the bounding box of the object being brushed, and 1,1 is the bottom/right corner of the same box. For example, consider a RectangleGeometry being filled which is drawn from 100,100 to 200,200. In such an example, if the DestinationUnits is UserSpaceOnUse, an Origin of 100,100 and a Size of 100,100 would describe the entire content area. If the DestinationUnits is ObjectBoundingBox, an Origin of 0,0 and a Size of 1,1 would describe the entire content area. If the Size is empty, this Brush renders nothing.
The ViewBox is specified in content space. This rectangle is transformed to fit within the ViewPort as determined by the Alignment properties and the Stretch property. If the Stretch is none, then no scaling is applied to the contents. If the Stretch is Fill, then the ViewBox is scaled independently in both X and Y to be the same size as the ViewPort. If the Stretch is Uniform or UniformToFill, the logic is similar but the X and Y dimensions are scaled uniformly, preserving the aspect ratio of the contents. If the Stretch is Uniform, the ViewBox is scaled to have the more constrained dimension equal to the ViewPort's size. If the Stretch is UniformToFill, the ViewBox is scaled to have the less constrained dimension equal to the ViewPort's size. In other words, both Uniform and UniformToFill preserve aspect ratio, but Uniform ensures that the entire ViewBox is within the ViewPort (potentially leaving portions of the ViewPort uncovered by the ViewBox), and UniformToFill ensures that the entire ViewPort is filled by the ViewBox (potentially causing portions of the ViewBox to be outside the ViewPort). If the ViewBox is empty, then no Stretch will apply. Note that alignment will still occur, and it will position the "point" ViewBox.
FIG. 18 provides representations of a single tile 1800 of graphics rendered with various stretch settings, including a tile 800 when stretch is set to "none." The tile 1802 is a representation of when the stretch is set to "Uniform," the tile 1804 when stretch is set to "UniformToFill," and the tile 1806 when stretch is set to "Fill."
Once the ViewPort is determined (based on DestinationUnits) and the ViewBox's size is determined (based on Stretch), the ViewBox needs to be positioned within the ViewPort. If the ViewBox is the same size as the ViewPort (if Stretch is Fill, or if it just happens to occur with one of the other three Stretch values), then the ViewBox is positioned at the Origin so as to be identical to the ViewPort. Otherwise, HorizontalAlignment and VerticalAlignment are considered.
Based on these properties, the ViewBox is aligned in both X and Y dimensions. If the HorizontalAlignment is Left, then the left edge of the ViewBox will be positioned at the Left edge of the ViewPort. If it is Center, then the center of the ViewBox will be positioned at the center of the ViewPort, and if Right, then the right edges will meet. The process is repeated for the Y dimension.
If the ViewBox is (0,0,0,0), it is considered unset, whereby ContentUnits are considered. If the ContentUnits are UserSpaceOnUse, no scaling or offset occurs, and the contents are drawn into the ViewPort with no transform. If the ContentUnits are ObjectBoundingBox, then the content origin is -~ 63 -aligned with the ViewPort Origin, and the contents are scale by the object's bounding box's width and height.
When filling a space with a VisualBrush, the contents are mapped into the ViewPort as above, and clipped to the ViewPort.
This forms the base tile for the fill, and the remainder of the space is filled based on the Brush's TileMode. Finally, if set, the Brush's transform is applied - it occurs after all the other mapping, scaling, offsetting, etc.
The TileMode enumeration is used to describe if and how a space is filled by its Brush. A Brush which can be tiled has a tile rectangle defined, and this tile has a base location within the space being filled. The rest of the space is filled based on the TileMode value. FIG. 19 provides a representation of example graphics with various TileMode settings, including "None" 1900, "Tile" 1092, "FlipX" 1904, "FlipY" 1906 and "FlipXY" 1908. The top left-most tile in the various example graphics comprises the base tile.
FIG. 20 represents a process for generating the pixels for this brush. Note that the logic described in FIG. 20 is only one possible way to implement of the logic, and it should be understood that other ways, including more efficient ways, are feasible. For example, there are likely more efficient ways processing the data, e.g., such that the content is not drawn for each repetition, with the tile drawn and cached. However, FIG. 20 provides a straightforward description.

In general, each time the contents of the pattern are drawn, a new coordinate system is created. The origin and offset of each repetition is specified by the Origin and Size properties, as filtered through the DestinationUnits and Transform properties.
A coordinate frame is set up based on the DestinationUnits property. To this end, if at step 2000, the DestinationUnits property is UserSpaceOnUse, the current coordinate frame at the time the brush was used is the starting coordinate frame, via step 2002. If instead at step 2004 the property is ObjectBoundingBox, the bounding box of the geometry to which this brush is applied is used, as represented by step 2004, to set a new coordinate frame such that the upper left corner of the bounding box maps to (0,0) and the lower left corner of the bounding box maps to (1,1). In either case, at step 2006 the Transform property is applied to this coordinate frame, which essentially defines a grid.
FIG. 21 represents a VisualBrush Grid that is defined for the tiles in a VisualBrush. The first circle is a simple grid, and the second has a Transform with a Skew in the x direction of 47.
At step 2008, the visual is drawn into each cell of the grid, as represented in FIG. 22, where the visual draws the appropriate data. If at step 2010 there is a ViewBox specified, the Visual is fitted into the grid cell as specified by the ViewBox, Stretch, HorizontalAlign and VerticalAlign attributes, via step 2012. The DestinationUnits and Transform properties are used to apply the correct transform such that the visual lines up in the grid box.
If there is no ViewBox specified, then a new coordinate system is established for drawing the content at step 2014.
The coordinate frame is set such that its origin is at the Origin point for that particular grid cell being drawn.
A clip is applied at step 2018 based on the Size property such that this tile will not draw outside of the bounds of the cell. The Origin and Size are modified appropriately based on the DestinationUnits property.
The coordinate system is then modified, based on the SourceUnits property. To this end, if at step 2020 the SourceUnits property is ObjectBoundingBox, the appropriate scaling transform is applied at step 2026, otherwise it is UserSpaceOnUse, and no new transform is applied. The Transform property is applied at step 2024, and the content is drawn at step 2026.
Note that if any part of size is zero, nothing is drawn, and if Stretch is "None," the transform for the viewbox is set up such that one unit in the new coordinate frame is equal to one unit in the old coordinate frame. The transform essentially becomes an offset based on the align attributes and the size of the ViewBox. As described above at steps 2010 and 2012, Stretch and the alignment properties only apply when there is a ViewBox specified. The ViewBox specifies a new coordinate system for the contents, and Stretch helps to specify how those contents map into the ViewBox. The alignment options align the ViewBox, not the contents. Thus, for example, if the viewbox is set to "0 0 10 10" and something is drawn at -10,-10 and aligned to the upper left corner, that thing will be clipped out.
Returning to FIG. 15, image brush can be thought of as a special case of VisualBrush. Although a program can create a visual, put an image into it and attach it to VisualBrush, the API for doing so would be cumbersome. Since there is no necessary content coordinate frame, the ViewBox and ContentUnits property members no longer apply.
public class System. Windows. Media.ImageBrush : Brush {
public ImageBrush(ImageData image);
public BrushMappingMode DestinationUnits { get;
2 0 public Transform Transform { get;
public Stretch Stretch { get;
public HorizontalAlign HorizontalAlign { get;
public VerticalAlign VerticalAlign { get; ) public Point Origin { get;
public PointAnimationCollection OriginAnimations { get;
public Size Size { get;
public SizeAnimationCollection SizeAnimations { get; ) public ImageData ImageData t get; ) public class System. Windows. Media.ImageBrushBuilder : BrushBuilder {
public ImageBrushBuilder();
public ImageBrushBuilder(ImageData image);
public ImageBrushBuilder(ImageBrush ib);
4 0 // DestinationUnits: Default is ObjectBoundingBox _ 6~ -public BrushMappingMode DestinationUnits { get; set; }
// Transform: Default is identity public Transform Transform { get; set; }
// Stretch: Default is None public Stretch Stretch { get; set; }
// HorizontalAlign: Default is Center public HorizontalAlign HorizontalAlign { get; set; }
// VerticalAlign: Default is Center public VerticalAlign VerticalAlign { get; set; }
// Origin: Default is (0,0) public Point Origin { get; set; }
public PointAnimationCollectionBuilder OriginAnimations { get; set; }
// Size: Default is (1,1) public Size Size { get; set; }
public SizeAnimationCollectionBuilder SizeAnimations { get; set; }
2 0 // ImageData: Default is null -- nothing drawn public ImageData ImageData { get; set; }
}
NineGridBrush is very similar to ImageBrush except the image is warped based on the size. In essence, NineGridBrush may be thought of a custom type of Stretch, in which certain parts of the image stretch, while others (e.g., borders) do not. Thus, while the Size of the image in the ImageBrush will cause a simple scale, the NineGridBrush will produce a non-uniform scale up to the desired size. The units for the non-scaled areas are the user units when the brush is applied, which means that ContentUnits (if it existed for NineGridBrush) would be set to UserUnitsOnUse. The Transform property of the Brush can be used effectively. Note that the border members count in from the edge of the image.
By way of example, FIG. 23 represents a nine-grid image being enlarged from a first instance 2302 to a second instance 2304, with four types of areas. As represented in FIG. 23, to keep the border the same, the areas marked "a" expand horizontally, the areas marked "b" expand vertically, the areas marked "c" expand horizontally and vertically, and the areas marked "d" do not change in size.
public class System. Windows. Media.NineGridBrush : Brush {
public NineGridBrush(ImageData image, int LeftBorder, int RightBorder, int TopBorder, int BottomBorder);
public BrushMappingMode DestinationUnits { get; }
public Transform Transform { get; }
public Point Origin { get; }
public PointAnimationCollection OriginAnimations { get; }
public Size Size { get; }
public SizeAnimationCollection SizeAnimations { get; }
public int LeftBorder { get; }
public int RightBorder { get; }
public int TopBorder { get; }
public int BottomBorder { get; }
public ImageData ImageData { get; }
}
public class System.Window.Media.NineGridBrushBuilder : BrushBuilder {
public NineGridBrushBuilder();
public NineGridBrushBuilder (ImageData image, int LeftBorder, int RightBorder, int TopBorder, int BottomBorder);
public NineGridBrushBuilder (NineGridBrush ngb);
// DestinationUnits: Default is ObjectBoundingBox public BrushMappingMode DestinationUnits { get; set; }
// Transform: Default is identity public Transform Transform { get; set; }
// Origin: Default is (0,0) public Point Origin { get; set; }
public PointAnimationCollectionBuilder OriginAnimations { get;
set; }
// Size: Default is (1,1) public Size Size { get; set;
public SizeAnimationCollectionBuilder SizeAnimations { get; set; }
// *Border: default to 0 public int LeftBorder { get; set; }
public int RightBorder { get; set; }
public int TopBorder { get; set; }

public int BottomBorder get; set; }
// ImageData: Default is null -- nothing drawn public ImageData ImageData { get; set; }
As generally described above, the graphics object model of the present invention includes a Transform object model, which includes the types of transforms represented in the hierarchy of FIG. 24, under a Transform base class. These different types of components that make up a transform may include TransformList, TranslateTransform, RotateTransform, ScaleTransform, SkewTransform, and MatrixTransform. Individual properties can be animated, e.g., a program developer can animate the Angle property of a RotateTransform.
Matrices for 2D computations are represented as a 3x3 matrix. For the needed transforms, only six values are needed instead of a full 3x3 matrix. These are named and defined as follows.
m00 m01 m10 ml1 m20 m21 When a matrix is multiplied with a point, it transforms that point from the new coordinate system to the previous coordinate system:

m00 m01 0 LX newCoordSys y newCoordSys 1] ~ m 10 m 11 0 = [X oldCoordSys yoldCoordSys 1 m20 m21 1 Transforms can be nested to any level. Whenever a new transform is applied it is the same as post-multiplying it onto the current transform matrix:
m00, m012 0 m00, m01, 0 [XnewCoordSys ynewCoordSys 1,~ mlOL ml lZ 0 ~ ml~, m111 0 = [XoldCoordSys yoldCoordSys 1J
m20z m21~ 1 m20, m21, 1 Most places in the API do not take a Matrix directly, but instead use the Transform class, which supports animation.
public struct System. Windows. Media. Matrix // Construction and setting public Matrix(); // defaults to identity public Matrix( double m00, double m01, double m10, double mll, double m20, double m21);
// Identity public static readonly Matrix Identity;
public void SetIdentity();
public bool IsIdentity ( get;
public static Matrix operator *(Matrix matrixl, Matrix matrix2);
public static Point operator *{Matrix matrix, Point point);
// These function reinitialize the current matrix with // the specified transform matrix.
public void SetTranslation(double dx, double dy);
public void SetTranslation(Size offset);
public void SetRotation(double angle); // degrees public void SetRotation(double angle, Point center); // degrees public void SetRotationRadians(double angle);
public void SetRotationRadians(double angle, Point center);
public void SetScaling(double sx, double sy);
public void SetScaling(double sx, double sy, Point center);
_. ~1 -public void SetSkewX(double angle); // degrees public void SetSkewY(double angle); // degrees public void SetSkewXRadians(double angle);
public void SetSkewYRadians(double angle);
// These function post-multiply the current matrix // with the specified transform public void ApplyTranslation(double dx, double dy);
public void ApplyTranslation(Size offApply);
public void ApplyRotation(double angle); // degrees public void ApplyRotation(double angle, Point center); //
degrees public void ApplyRotationRadian(double angle);
public void ApplyRotationRadian(double angle, Point center);
public void ApplyScaling(double sx, double sy);
public void ApplyScaling(double sx, double sy, Point center);
public void ApplySkewX(double angle); // degrees public void ApplySkewY(double angle); // degrees public void ApplySkewXRadians(double angle);
public void ApplySkewYRadians(double angle);
public void ApplyMatrix(Matrix matrix);
// Inversion stuff public double Determinant { get; }
public bool IsInvertible { get; }
public void Invert(); // Throws ArgumentException if !IsInvertable public static Matrix Invert(Matrix matrix);
// Individual members public double M00 { get;set;
}

public double MO1 { get;set;
}

public double M10 { get;set;
) public double M11 { get;set;
}

public double M20 { get;set;
}

public double M21 { get;set;
}; }

CONCLUSION
As can be seen from the foregoing detailed description, there is provided a system, method and object model that provide program code with the ability to interface with a scene graph. The system, method and object model are straightforward to use, yet powerful, flexible and extensible.

While the invention is susceptible to various modifications and alternative constructions, certain illustrated embodiments thereof are shown in the drawings and have been described above in detail. It should be understood, however, that there is no intention to limit the invention to the specific forms disclosed, but on the contrary, the intention is to cover all modifications, alternative constructions, and equivalents falling within the spirit and scope of the invention.
_ ~3 _

Claims (78)

1. In a computing environment, a method comprising:
receiving, at a defined interface, a request to create a visual to contain graphic information in a scene graph, and in response, creating the visual;
providing a drawing context for the visual;
maintaining data in association with the visual, the data received via the drawing context; and processing the scene graph including the visual to provide graphics data to a graphics subsystem.
2. The method of claim 1 wherein providing a drawing context comprises receiving a request to open the visual and in response, providing a reference to the drawing context.
3. The method of claim 1 wherein maintaining data in the visual comprises maintaining at least one drawing primitive received via the drawing context.
4. The method of claim 1 further comprising receiving a request to close the drawing context and in response, closing the drawing context.
5. The method of claim 1 wherein the visual comprises a drawing visual accessed by program code.
6. The method of claim 1 wherein the visual comprises a validation visual accessed by program code, and further comprising, invalidating the visual, and communicating data to the program code to validate the visual.
7. The method of claim 1 wherein the visual comprises a surface visual and wherein the data maintained in association with the visual comprises pixel data.
8. The method of claim 1 wherein the visual comprises a surface visual, and further comprising a surface visual manager that relates the surface visual to a subgraph of at least one other visual by traversing the subgraph to provide an image to the surface visual.
9. The method of claim 1 wherein maintaining data in association with the visual includes receiving at least one drawing primitive via the drawing context.
10. The method of claim 1 wherein receiving at least one drawing primitive comprises receiving an image data primitive.
11. The method of claim 1 wherein receiving at least one drawing primitive comprises receiving a video data primitive.
12. The method of claim 1 wherein receiving at least one drawing primitive comprises receiving a geometry primitive.
13. The method of claim 12 wherein receiving a geometry primitive comprises receiving data corresponding to at least one property of a line.
14. The method of claim 12 wherein receiving a geometry primitive comprises receiving data corresponding to at least one property of an ellipse.
15. The method of claim 12 wherein receiving a geometry primitive comprises receiving data corresponding to at least one property of a rectangle.
16. The method of claim 12 wherein receiving a geometry primitive comprises receiving data corresponding to at least one property of a complex single shape.
17. The method of claim 12 wherein receiving a geometry primitive comprises receiving data corresponding to at least one property of a list of shapes and an operation for combining the listed shapes.
18. The method of claim 1 wherein at least one drawing primitive is associated with brush object data.
19. The method of claim 18 wherein the brush object data comprises solid color brush data.
20. The method of claim 18 wherein the brush object data comprises gradient brush data.
21. The method of claim 20 wherein the gradient brush object data comprises linear gradient object data, including at least a start point and an end point.
22. The method of claim 20 wherein the gradient brush object data comprises radial gradient object data, including circle data and a focal point.
23. The method of claim 18 wherein the brush object data comprises image brush data.
24. The method of claim 18 wherein the brush object data comprises nine grid brush data.
25. The method of claim 18 wherein the brush object data comprises visual brush data.
26. The method of claim 18 wherein the visual brush data comprises a reference to another visual.
27. The method of claim 1 wherein maintaining data in association with the visual includes receiving brush data via the drawing context.
28. The method of claim 1 wherein maintaining data in association with the visual includes receiving pen data via the drawing context.
29. The method of claim 28 wherein the pen data comprises at least one of: width data, line join data, line cap data, miter limit data, dash array data and dash offset data.
30. The method of claim 1 wherein maintaining data in association with the visual includes receiving effects data via the drawing context.
31. The method of claim 1 wherein maintaining data in association with the visual includes receiving opacity data via the drawing context.
32. The method of claim 1 wherein maintaining data in association with the visual includes receiving clipping data via the drawing context.
33. The method of claim 1 wherein maintaining data in association with the visual includes receiving transform data via the drawing context.
34. The method of claim 33 wherein the transform data comprises transform list data.
35. The method of claim 33 wherein the transform data comprises translation data.
36. The method of claim 33 wherein the transform data comprises rotation data.
37. The method of claim 33 wherein the transform data comprises scaling data.
38. The method of claim 33 wherein the transform data comprises skew data.
39. The method of claim 33 wherein the transform data comprises transform matrix data.
40. The method of claim 33 wherein the transform data comprises transform animation data for at least one property of a transform.
41. The method of claim 1 wherein maintaining data in association with the visual includes receiving viewbox data via the drawing context by which the visual is fit into a grid cell.
42. The method of claim 41 wherein the viewbox data is specified by at least one of: stretch, horizontal alignment and vertical alignment properties.
43. The method of claim 1 wherein processing the scene graph comprises traversing the scene graph.
44. The method of claim 1 wherein processing the scene graph comprises transmitting the scene graph.
45. A computer-readable medium having computer-executable instructions for performing the method of claim 1.
46. A computer-implemented method, comprising:
receiving function calls at an interface to a scene graph data structure; and processing data associated with the function calls to create objects in the scene graph and hierarchically arrange those objects with respect to one another, the objects corresponding to a scene graph object model.
47. The method of claim 46 wherein one of the objects comprises a validation visual, and further comprising, calling a program to repopulate the validation visual.
48. The method of claim 46 wherein one of the objects comprises a visual, and further comprising, providing a drawing context to populate the object with drawing data received via the drawing context.
49. The method of claim 48 further comprising receiving data via the drawing context comprising image data.
50. The method of claim 48 further comprising receiving data via the drawing context comprising video data.
51. The method of claim 48 further comprising receiving data via the drawing context comprising geometry data.
52. The method of claim 51 wherein the geometry data comprises at least one of: line data, ellipse data, rectangle data or a complex single shape data.
53. The method of claim 51 wherein the geometry data comprises a list of shapes and an operation for combining the listed shapes.
54. The method of claim 48 further comprising receiving data via the drawing context comprising brush data.
55. The method of claim 54 wherein the brush data comprises solid color brush data.
56. The method of claim 54 wherein the brush data comprises gradient brush data.
57. The method of claim 54 wherein the brush data comprises image brush data.
58. The method of claim 54 wherein the brush data comprises nine grid brush data.
59. The method of claim 54 wherein the brush data comprises visual brush data.
60. The method of claim 48 further comprising receiving data via the drawing context comprising pen data.
61. The method of claim 60 wherein the pen data comprises at least one of: width data, line join data, line cap data, miter limit data, dash array data and dash offset data.
62. The method of claim 48 further comprising receiving opacity data via the drawing context.
63. The method of claim 48 further comprising receiving clipping data via the drawing context.
64. The method of claim 48 further comprising receiving transform data via the drawing context.
65. The method of claim 48 further comprising receiving viewbox data comprising at least one of: stretch, horizontal alignment and vertical alignment properties.
66. The method of claim 46 further comprising, processing the scene graph to provide graphics data to a graphics subsystem.
67. The method of claim 46 wherein one of the objects comprises a surface visual, and further comprising, maintaining pixel data in association with the surface visual.
68. The method of claim 67 further comprising, relating the surface visual to a subgraph of at least one other visual by traversing the subgraph.
69. A computer-readable medium having computer-executable instructions for performing the method of claim 46.
70. In a computing environment, a system comprising:
a scene graph data structure configured to contain objects of a scene graph object model;
an interface between a program and the scene graph data structure, the interface configured to:
1) receive function calls from the program to create objects in the scene graph, and 2) hierarchically arrange those objects with respect to one another, the objects corresponding to a scene graph object model.
71. The system of claim 70 wherein the interface instantiates a builder to create at least one of the objects.
72. The system of claim 70 wherein one of the objects comprises a visual.
73. The system of claim 72 further comprising a drawing context, the interface returning a reference to the drawing context for populating the visual with data.
74. The system of claim 72 wherein the visual comprises a drawing visual.
75. The system of claim 72 wherein the visual comprises a validation visual.
76. The system of claim 72 further comprising a visual manager configured to process the scene graph to provide graphics data to at least one lower-level graphics component.
77. The system of claim 72 wherein the visual comprises a surface visual.
78. The system of claim 77 wherein the surface visual includes a subgraph, and further comprising a surface visual manager configured to traverse the subgraph.
CA002428814A 2003-03-27 2003-05-15 Visual and scene graph interfaces Abandoned CA2428814A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/402,268 2003-03-27
US10/402,268 US7126606B2 (en) 2003-03-27 2003-03-27 Visual and scene graph interfaces

Publications (1)

Publication Number Publication Date
CA2428814A1 true CA2428814A1 (en) 2004-09-27

Family

ID=23591219

Family Applications (1)

Application Number Title Priority Date Filing Date
CA002428814A Abandoned CA2428814A1 (en) 2003-03-27 2003-05-15 Visual and scene graph interfaces

Country Status (24)

Country Link
US (1) US7126606B2 (en)
EP (1) EP1462936A3 (en)
JP (2) JP2004295858A (en)
KR (1) KR100962920B1 (en)
CN (1) CN100557596C (en)
AU (1) AU2003204006B2 (en)
BR (1) BR0302161A (en)
CA (1) CA2428814A1 (en)
CO (1) CO5460279A1 (en)
EC (1) ECSP034608A (en)
GT (1) GT200300264A (en)
HN (1) HN2003000146A (en)
HR (1) HRP20030390A2 (en)
HU (1) HUP0301191A3 (en)
IL (1) IL155927A (en)
MX (1) MXPA03004412A (en)
NO (1) NO329881B1 (en)
NZ (1) NZ525666A (en)
PA (1) PA8573901A1 (en)
RU (1) RU2324229C2 (en)
SG (1) SG121772A1 (en)
TR (1) TR200300695A2 (en)
TW (1) TWI291627B (en)
ZA (1) ZA200303507B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9733823B2 (en) 2015-04-01 2017-08-15 Microsoft Technology Licensing, Llc View activation via hit testing in an asynchronous windowing system

Families Citing this family (68)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7443401B2 (en) * 2001-10-18 2008-10-28 Microsoft Corporation Multiple-level graphics processing with animation interval generation
US7161599B2 (en) * 2001-10-18 2007-01-09 Microsoft Corporation Multiple-level graphics processing system and method
US7064766B2 (en) 2001-10-18 2006-06-20 Microsoft Corporation Intelligent caching data structure for immediate mode graphics
US6919891B2 (en) 2001-10-18 2005-07-19 Microsoft Corporation Generic parameterization for a scene graph
US7619633B2 (en) * 2002-06-27 2009-11-17 Microsoft Corporation Intelligent caching data structure for immediate mode graphics
FR2851716A1 (en) * 2003-02-21 2004-08-27 France Telecom Graphical animations description managing method, involves independently storing data describing content of spatiotemporal arrangement and data describing primitive of graphical objects
US7417645B2 (en) * 2003-03-27 2008-08-26 Microsoft Corporation Markup language and object model for vector graphics
US7088374B2 (en) * 2003-03-27 2006-08-08 Microsoft Corporation System and method for managing visual structure, timing, and animation in a graphics processing system
US7466315B2 (en) * 2003-03-27 2008-12-16 Microsoft Corporation Visual and scene graph interfaces
US7486294B2 (en) * 2003-03-27 2009-02-03 Microsoft Corporation Vector graphics element-based model, application programming interface, and markup language
US20050132385A1 (en) * 2003-10-06 2005-06-16 Mikael Bourges-Sevenier System and method for creating and executing rich applications on multimedia terminals
US7511718B2 (en) * 2003-10-23 2009-03-31 Microsoft Corporation Media integration layer
US7290216B1 (en) * 2004-01-22 2007-10-30 Sun Microsystems, Inc. Method and apparatus for implementing a scene-graph-aware user interface manager
US7603624B2 (en) * 2004-10-21 2009-10-13 Microsoft Corporation System and method for styling content in a graphical user interface control
US7564458B2 (en) * 2004-12-15 2009-07-21 Microsoft Corporation System and method for interactively linking data to shapes in a diagram
US7924285B2 (en) * 2005-04-06 2011-04-12 Microsoft Corporation Exposing various levels of text granularity for animation and other effects
US20060232589A1 (en) * 2005-04-19 2006-10-19 Microsoft Corporation Uninterrupted execution of active animation sequences in orphaned rendering objects
WO2007004837A1 (en) * 2005-07-01 2007-01-11 Nhn Corporation Method for rendering objects in game engine and recordable media recording programs for enabling the method
KR100820256B1 (en) * 2005-07-01 2008-04-07 엔에이치엔(주) Method for realizing effect in game engine and apparatus thereof
DE602007001796D1 (en) * 2006-03-10 2009-09-10 Hoffmann Marlit SEQUENCE OF SINGLE VIDEO IMAGES, DEVICE AND METHOD FOR PROVIDING A SCENE MODEL, SCENE MODEL, DEVICE AND METHOD FOR CREATING A MENU STRUCTURE AND COMPUTER PROGRAM
RU2457532C2 (en) * 2006-03-10 2012-07-27 Кенджи Йошида Input processing system for information processing apparatus
US8612847B2 (en) * 2006-10-03 2013-12-17 Adobe Systems Incorporated Embedding rendering interface
JP4889432B2 (en) * 2006-10-06 2012-03-07 愛三工業株式会社 Fuel pump
US20080158254A1 (en) * 2006-12-29 2008-07-03 Hong Jiang Using supplementary information of bounding boxes in multi-layer video composition
US8786628B2 (en) * 2007-09-14 2014-07-22 Microsoft Corporation Rendering electronic chart objects
JP5337818B2 (en) * 2008-01-18 2013-11-06 デジタルオプティックス・コーポレイション・ヨーロッパ・リミテッド Image processing method and apparatus
US8009921B2 (en) * 2008-02-19 2011-08-30 Xerox Corporation Context dependent intelligent thumbnail images
US8274516B2 (en) * 2008-08-04 2012-09-25 Microsoft Corporation GPU scene composition and animation
KR101520067B1 (en) * 2008-10-02 2015-05-13 삼성전자 주식회사 Graphic processing method and apparatus implementing window system
US8477136B2 (en) * 2009-02-13 2013-07-02 Mobitv, Inc. Functional presentation layer in a lightweight client architecture
US8638343B2 (en) * 2009-04-30 2014-01-28 Microsoft Corporation Data visualization platform performance optimization
US8332811B2 (en) * 2009-04-30 2012-12-11 United Parcel Service Of America, Inc. Systems and methods for generating source code for workflow platform
US9250926B2 (en) * 2009-04-30 2016-02-02 Microsoft Technology Licensing, Llc Platform extensibility framework
US8751284B2 (en) * 2009-04-30 2014-06-10 United Parcel Service Of America, Inc. Systems and methods for a real-time workflow platform using Petri net model mappings
US8610731B2 (en) * 2009-04-30 2013-12-17 Microsoft Corporation Dynamic graphics pipeline and in-place rasterization
CN101833418B (en) 2010-04-28 2014-12-31 华为终端有限公司 Method and device for adding icon in interface and mobile terminal
US9396001B2 (en) * 2010-11-08 2016-07-19 Sony Corporation Window management for an embedded system
US9152395B2 (en) 2010-12-13 2015-10-06 Microsoft Technology Licensing, Llc Response to user input based on declarative mappings
CN102393816B (en) * 2011-06-24 2014-01-01 浙大网新科技股份有限公司 Full-screen display method for WinCE (Windows CE) applied on OMS (open mobile system)
US9563971B2 (en) 2011-09-09 2017-02-07 Microsoft Technology Licensing, Llc Composition system thread
US9384711B2 (en) 2012-02-15 2016-07-05 Microsoft Technology Licensing, Llc Speculative render ahead and caching in multiple passes
US9230517B2 (en) 2012-05-31 2016-01-05 Microsoft Technology Licensing, Llc Virtual surface gutters
US9286122B2 (en) 2012-05-31 2016-03-15 Microsoft Technology Licensing, Llc Display techniques using virtual surface allocation
US9235925B2 (en) * 2012-05-31 2016-01-12 Microsoft Technology Licensing, Llc Virtual surface rendering
US9177533B2 (en) 2012-05-31 2015-11-03 Microsoft Technology Licensing, Llc Virtual surface compaction
US9171401B2 (en) 2013-03-14 2015-10-27 Dreamworks Animation Llc Conservative partitioning for rendering a computer-generated animation
US9224239B2 (en) 2013-03-14 2015-12-29 Dreamworks Animation Llc Look-based selection for rendering a computer-generated animation
US9514562B2 (en) * 2013-03-15 2016-12-06 Dreamworks Animation Llc Procedural partitioning of a scene
US9208597B2 (en) 2013-03-15 2015-12-08 Dreamworks Animation Llc Generalized instancing for three-dimensional scene data
US9218785B2 (en) 2013-03-15 2015-12-22 Dreamworks Animation Llc Lighting correction filters
US9659398B2 (en) 2013-03-15 2017-05-23 Dreamworks Animation Llc Multiple visual representations of lighting effects in a computer animation scene
US9811936B2 (en) 2013-03-15 2017-11-07 Dreamworks Animation L.L.C. Level-based data sharing for digital content production
US9589382B2 (en) * 2013-03-15 2017-03-07 Dreamworks Animation Llc Render setup graph
US9230294B2 (en) 2013-03-15 2016-01-05 Dreamworks Animation Llc Preserving and reusing intermediate data
US9626787B2 (en) 2013-03-15 2017-04-18 Dreamworks Animation Llc For node in render setup graph
US20140351722A1 (en) * 2013-05-23 2014-11-27 Microsoft User interface elements for multiple displays
US9307007B2 (en) 2013-06-14 2016-04-05 Microsoft Technology Licensing, Llc Content pre-render and pre-fetch techniques
CN103473077A (en) * 2013-09-27 2013-12-25 珠海市君天电子科技有限公司 Method and device for enriching display interface of main window of application program
US20220143509A1 (en) * 2019-03-19 2022-05-12 Highwire Games Llc Dynamic 3d environment generation
US10607105B1 (en) * 2019-03-27 2020-03-31 Disney Enterprises, Inc. Perceptual data association
CN110826218B (en) * 2019-11-01 2023-03-21 成都景中教育软件有限公司 Parameter-based coordinate system implementation method in dynamic geometric software
US11216993B2 (en) 2019-11-27 2022-01-04 Arm Limited Graphics processing systems
US11210821B2 (en) * 2019-11-27 2021-12-28 Arm Limited Graphics processing systems
US11170555B2 (en) 2019-11-27 2021-11-09 Arm Limited Graphics processing systems
US11210847B2 (en) 2019-11-27 2021-12-28 Arm Limited Graphics processing systems
KR102254768B1 (en) * 2020-08-28 2021-05-24 광주과학기술원 Scene Graph Generation apparatus
US20220134222A1 (en) * 2020-11-03 2022-05-05 Nvidia Corporation Delta propagation in cloud-centric platforms for collaboration and connectivity
CN115309313A (en) * 2022-08-09 2022-11-08 盈帜科技(常州)有限公司 Method and device for displaying mass vector data of two-dimensional scene

Family Cites Families (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5912666A (en) 1994-08-23 1999-06-15 Object Technology Licensing Corp. Object-oriented global cursor tool
WO1996019780A1 (en) * 1994-12-22 1996-06-27 Apple Computer, Inc. Three-dimensional graphics rendering system
US5561752A (en) * 1994-12-22 1996-10-01 Apple Computer, Inc. Multipass graphics rendering method and apparatus with re-traverse flag
US5986667A (en) * 1994-12-22 1999-11-16 Apple Computer, Inc. Mechanism for rendering scenes using an object drawing subsystem
US5930810A (en) 1995-08-09 1999-07-27 Taylor Corporation Printing system with pre-defined user modifiable forms and local and remote printing
US6275857B1 (en) 1996-10-30 2001-08-14 Microsoft Corporation System and method for freeing shared resources in a computer system
US6195694B1 (en) 1997-03-13 2001-02-27 International Business Machines Corporation Server for reconfiguring control of a subset of devices on one or more kiosks
US6215495B1 (en) * 1997-05-30 2001-04-10 Silicon Graphics, Inc. Platform independent application program interface for interactive 3D scene management
US6314470B1 (en) 1997-07-25 2001-11-06 Hewlett Packard Company System and method for asynchronously accessing a graphics system for graphics application evaluation and control
US6243856B1 (en) * 1998-02-03 2001-06-05 Amazing Media, Inc. System and method for encoding a scene graph
US6266053B1 (en) * 1998-04-03 2001-07-24 Synapix, Inc. Time inheritance scene graph for representation of media content
US6237092B1 (en) 1998-05-05 2001-05-22 International Business Machines Corp. Client-server system with central application management allowing an administrator to configure user and group contexts during application configuration without relaunching the application
US6263339B1 (en) 1998-08-25 2001-07-17 Informix Software, Inc. Dynamic object visualization and code generation
JP2001273520A (en) 2000-03-23 2001-10-05 Famotik Ltd System for integrally displaying multimedia document
US6717599B1 (en) 2000-06-29 2004-04-06 Microsoft Corporation Method, system, and computer program product for implementing derivative operators with graphics hardware
WO2002025500A2 (en) 2000-09-20 2002-03-28 A2I, Inc. Method and apparatus for dynamically formatting and displaying tabular data in real time
FR2823942A1 (en) * 2001-04-24 2002-10-25 Koninkl Philips Electronics Nv Audiovisual digital word/MPEG format digital word conversion process having command transcoder with scene transcoder access first/second format signal converting
US7069503B2 (en) 2001-06-04 2006-06-27 Murata Kikai Kabushiki Kaisha Device and program for structured document generation data structure of structural document
US6919891B2 (en) * 2001-10-18 2005-07-19 Microsoft Corporation Generic parameterization for a scene graph
US7055092B2 (en) 2001-12-05 2006-05-30 Canon Kabushiki Kaisha Directory for multi-page SVG document
US20030110297A1 (en) 2001-12-12 2003-06-12 Tabatabai Ali J. Transforming multimedia data for delivery to multiple heterogeneous devices
US20040110490A1 (en) 2001-12-20 2004-06-10 Steele Jay D. Method and apparatus for providing content to media devices
KR100453225B1 (en) 2001-12-26 2004-10-15 한국전자통신연구원 Client system for embodying 3-dimension virtual reality and method for embodying virtual reality using same
US7076332B2 (en) 2002-01-18 2006-07-11 National Instruments Corporation System and method for invoking execution of a sequence of operations that includes motion control, machine vision, and data acquisition (DAQ) functionality
US7240346B2 (en) * 2002-11-13 2007-07-03 Microsoft Corporation Method and system for accessing drawing resources
US7466315B2 (en) 2003-03-27 2008-12-16 Microsoft Corporation Visual and scene graph interfaces
US7088374B2 (en) 2003-03-27 2006-08-08 Microsoft Corporation System and method for managing visual structure, timing, and animation in a graphics processing system
US8051389B2 (en) 2003-08-26 2011-11-01 Hewlett-Packard Development Company, L.P. Methods of displaying resources of overlapping but separate hierarchies

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9733823B2 (en) 2015-04-01 2017-08-15 Microsoft Technology Licensing, Llc View activation via hit testing in an asynchronous windowing system
US10346031B2 (en) 2015-04-01 2019-07-09 Microsoft Technology Licensing, Llc View activation via hit testing in an asynchronous windowing system

Also Published As

Publication number Publication date
GT200300264A (en) 2007-08-21
JP2004295858A (en) 2004-10-21
JP2010182324A (en) 2010-08-19
NO20032112L (en) 2004-09-28
ECSP034608A (en) 2004-10-26
ZA200303507B (en) 2004-04-22
HU0301191D0 (en) 2003-07-28
EP1462936A2 (en) 2004-09-29
TW200419375A (en) 2004-10-01
IL155927A0 (en) 2003-12-23
HUP0301191A3 (en) 2011-04-28
AU2003204006B2 (en) 2009-10-01
AU2003204006A1 (en) 2004-10-14
KR100962920B1 (en) 2010-06-10
IL155927A (en) 2013-09-30
NO329881B1 (en) 2011-01-17
US20040189668A1 (en) 2004-09-30
NZ525666A (en) 2004-06-25
HRP20030390A2 (en) 2006-02-28
TWI291627B (en) 2007-12-21
PA8573901A1 (en) 2004-11-26
NO20032112D0 (en) 2003-05-12
BR0302161A (en) 2004-11-03
CN1534511A (en) 2004-10-06
KR20040086043A (en) 2004-10-08
HN2003000146A (en) 2004-04-06
CO5460279A1 (en) 2004-11-30
EP1462936A3 (en) 2007-01-03
CN100557596C (en) 2009-11-04
US7126606B2 (en) 2006-10-24
HUP0301191A2 (en) 2004-10-28
SG121772A1 (en) 2006-05-26
MXPA03004412A (en) 2004-09-29
TR200300695A2 (en) 2004-12-21
JP5101648B2 (en) 2012-12-19
RU2324229C2 (en) 2008-05-10

Similar Documents

Publication Publication Date Title
US7126606B2 (en) Visual and scene graph interfaces
CA2428471C (en) Markup language and object model for vector graphics
CA2501516C (en) Visual and scene graph interfaces
JP4796500B2 (en) Markup language and object model for vector graphics
RU2360275C2 (en) Medium integration level
AU2004279179B8 (en) Visual and scene graph interfaces

Legal Events

Date Code Title Description
EEER Examination request
FZDE Discontinued

Effective date: 20140206