ImageData is derived from ObjectData and provides information for creating an image in Silverlight
Members
Name |
Type |
Description |
m_x |
Double |
image x position on page |
m_y |
Double |
image y position on page |
m_width |
Double |
image width |
m_height |
Double |
image height |
m_dataResourcesId |
String |
image resource id |
m_imageData |
String |
string contains image bytes base64 encoded |
m_clipData |
Clip object data |
|
m_clip |
Geometry |
Geometry element for image cliping (see Silverlight documentation) |
Get-Set Methods
Name |
Type |
Description |
X |
Double |
get or set m_x |
Y |
Double |
get or set m_y |
Width |
Double |
get or set m_width |
Height |
Double |
get or set m_height |
StringImageData |
String |
get or set string contains image bytes base64 encoded |
ClipData |
get or set m_clipData |
|
Clip |
Geometry |
get or set m_clip |