dojox/gfx/silverlight (version 1.10)

Summary

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 reference documentation for more information.

Method Summary

Methods

attachNode(node)

creates a shape from a Node

Parameter Type Description
node Node

a Silverlight node

attachSurface(node)

creates a surface from a Node

Parameter Type Description
node Node

a Silverlight node

Circle()
createSurface(parentNode,width,height)

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"

Ellipse()
Group()
Image()
Line()
Path()
Polyline()
Rect()
Shape()
Surface()
Text()
TextPath()
Error in the documentation? Can’t find what you are looking for? Let us know!