다음을 통해 공유


RepeatedZoomSnapPoint(Double, Double, Double, Double) 생성자

정의

지정된 값을 사용하여 RepeatedZoomSnapPoint 클래스의 새 instance 초기화합니다.

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

끌기 지점이 적용되는 범위의 끝입니다.

적용 대상