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

对齐点的有效范围结束。

适用于