RepeatedZoomSnapPoint(Double, Double, Double, Double) 建構函式

定義

使用指定的值,初始化 RepeatedZoomSnapPoint 類別的新實例。

public:
 RepeatedZoomSnapPoint(double offset, double interval, double start, double end);
 RepeatedZoomSnapPoint(double const& offset, double const& interval, double const& start, double const& end);
public RepeatedZoomSnapPoint(double offset, double interval, double start, double end);
function RepeatedZoomSnapPoint(offset, interval, start, end)
Public Sub New (offset As Double, interval As Double, start As Double, end As Double)

參數

offset
Double

double

點從 0 移位的距離。

interval
Double

double

兩個連續點之間的距離。

start
Double

double

貼齊點有效範圍開頭。

end
Double

double

貼齊點有效範圍結尾。

適用於