HtmlImageLoadEventArgsCallback 方法 |
名称 | 说明 | |
---|---|---|
![]() | Callback |
Callback to overwrite the loaded image with error image. Can be called directly from delegate handler or asynchronously after setting Handled to True. |
![]() | Callback(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. |
![]() | Callback(String) |
Callback to overwrite the loaded image with image to load from given URI. Can be called directly from delegate handler or asynchronously after setting Handled to True. |
![]() | Callback(Object, Double, Double, Double, Double) |
Callback to overwrite the loaded image with given image object. Can be called directly from delegate handler or asynchronously after setting Handled to True. Only the specified rectangle (x,y,width,height) 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. |
![]() | Callback(String, Double, Double, Double, Double) |
Callback to overwrite the loaded image with image to load from given URI. Can be called directly from delegate handler or asynchronously after setting Handled to True. Only the specified rectangle (x,y,width,height) 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. |