MapInstance.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

高度的大小。

實作

適用於