RepeatedZoomSnapPoint(Double, Double, Double, Double) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the RepeatedZoomSnapPoint class with the specified values.
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)
Parameters
- offset
-
Double
double
The distance by which points are shifted from 0.
- interval
-
Double
double
The distance between two successive points.
- start
-
Double
double
The beginning of the range in which the snap points are effective.
- end
-
Double
double
The end of the range in which the snap points are effective.