点击或拖拽改变大小

HtmlImageLoadEventArgsCallback 方法 (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.

命名空间:  DSkin.Html.Core.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void Callback(
	Object image,
	double x,
	double y,
	double width,
	double height
)

参数

image
类型:SystemObject
the image to load
x
类型:SystemDouble

[缺少 "M:DSkin.Html.Core.Entities.HtmlImageLoadEventArgs.Callback(System.Object,System.Double,System.Double,System.Double,System.Double)" 的 <param name="x"/> 文档]

y
类型:SystemDouble

[缺少 "M:DSkin.Html.Core.Entities.HtmlImageLoadEventArgs.Callback(System.Object,System.Double,System.Double,System.Double,System.Double)" 的 <param name="y"/> 文档]

width
类型:SystemDouble

[缺少 "M:DSkin.Html.Core.Entities.HtmlImageLoadEventArgs.Callback(System.Object,System.Double,System.Double,System.Double,System.Double)" 的 <param name="width"/> 文档]

height
类型:SystemDouble

[缺少 "M:DSkin.Html.Core.Entities.HtmlImageLoadEventArgs.Callback(System.Object,System.Double,System.Double,System.Double,System.Double)" 的 <param name="height"/> 文档]

参见