IDynamicImageInstance.SetSize(Double, Double) 方法

定义

设置图像的大小。

public:
 void SetSize(double width, double height);
public void SetSize (double width, double height);
abstract member SetSize : double * double -> unit
Public Sub SetSize (width As Double, height As Double)

参数

width
Double

图像的宽度。

height
Double

图像的高度。

适用于