This the graphics rendering bridge for the Microsoft Silverlight plugin. Silverlight is a faster implementation on IE6-8 than the default 2d graphics, VML
See the dojox/gfx/silverlight_attach reference documentation for more information.
creates a shape from a Node
| Parameter | Type | Description |
|---|---|---|
| node | Node | a Silverlight node |
creates a surface from a Node
| Parameter | Type | Description |
|---|---|---|
| node | Node | a Silverlight node |
creates a surface (Silverlight)
| Parameter | Type | Description |
|---|---|---|
| parentNode | Node | a parent node |
| width | String | width of surface, e.g., "100px" |
| height | String | height of surface, e.g., "100px" |