dojox
»
gfx
» createSurface
dojox.gfx.createSurface
creates a surface (Silverlight)
Usage
function (/*
Node
*/ parentNode, /*
String
*/ width, /*
String
*/ height)
parameter
type
description
parentNode
Node
a parent node
width
String
width of surface, e.g., "100px"
height
String
height of surface, e.g., "100px"