I am unclear of what this means from the definition on ImageSource class on MSDN:

Represents a object type that has a width, height, and ImageMetadata such as a BitmapSource and a DrawingImage.

This is an abstract class, DrawingImage and BitmapSource both derive from ImageSource, they are not part of the metadata.

link|improve this question

70% accept rate
feedback

1 Answer

up vote 1 down vote accepted

I think it's a matter of associativity:

Represents a object type --- that has a width, height, and ImageMetadata --- such as a BitmapSource and a DrawingImage

i.e. the such as does not belong to the ImageMetadata.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.