RepeatedZoomSnapPoint(Double, Double, Double, Double) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的值,初始化 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
貼齊點有效範圍結尾。