DynamicImageInstance.SetSize(Double, Double) 方法

定義

以寬度和高度設定影像的大小。

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

參數

width
Double

寬度大小。

height
Double

高度大小。

適用於