c#
VB
objective - c
c++
Java
公共RasterImageDestinationImage {得到;集;}
公共财产DestinationImage作为RasterImage
@ property(原子,强壮,可空)LTRasterImage * destinationImage
公共RasterImage getDestinationImage ()
公共无效setDestinationImage (RasterImage价值)
公共:
财产RasterImage ^DestinationImage {
RasterImage ^get ();
无效集(RasterImage ^);
}
目的地RasterImage。
源图像数据(图像传递到运行方法)将复制到这张照片。
目的地形象必须准确地识别复制的数据。因此,以下属性必须设置为相同的值的源和目标图片:
的CopyDataCommand作品通过复制的图像数据传递到形象运行图像中传递的方法DestinationImage财产。
为一个例子,请参考CopyDataCommand。