MSDN 上的 ImageSource 类错误?

发布于 2024-12-03 02:06:06 字数 218 浏览 1 评论 0原文

从 MSDN 上 ImageSource 类的定义中我不清楚这意味着什么:

表示具有宽度、高度和 ImageMetadata 的对象类型,例如 BitmapSource 和 DrawingImage。

这是一个抽象类,DrawingImage 和 BitmapSource 都派生自 ImageSource,它们不是元数据的一部分。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

濫情▎り 2024-12-10 02:06:06

我认为这是关联性的问题:

表示对象类型 --- 具有宽度、高度和 ImageMetadata --- 例如 BitmapSource 和 DrawingImage

such 不属于 ImageMetadata

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文