次の方法で共有


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

連続する 2 つのポイント間の距離。

start
Double

double

スナップ ポイントが有効な範囲の先頭。

end
Double

double

スナップ ポイントが有効な範囲の末尾。

適用対象