HtmlImageLoadEventArgsCallback 方法 (Object) |
Callback to overwrite the loaded image with given image object.
Can be called directly from delegate handler or asynchronously after setting
Handled to True.
If
imageRectangle is given (not
Empty) then only the specified rectangle will
be used from the loaded image and not all of it, also the rectangle will be used for size and not the actual image size.
命名空间:
DSkin.Html.Core.Entities
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public void Callback(
Object image
)
参数
- image
- 类型:SystemObject
the image to load
参见