Listings 10 through 13 show how the DisplayImage command is implemented.
清单10到13展示DisplayImage命令是如何实现的。
In Listing 11 you can see how the DisplayImage processor prepares to show an image.
在清单11中,您可以看到DisplayImage处理器如何准备以显示图像。
The DisplayImage processor is responsible for displaying the image, but image painting is delegated to an ImagePaintDelegate, as shown in Listings 14 through 16.
DisplayImage 处理器负责显示图像,而图像绘制则被委派给 ImagePaintDelegate ,如清单 14 到 16 所示。
应用推荐