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
对齐点的有效范围结束。