ScrollView.ZoomBy 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ZoomBy(Single, IReference<Vector2>, ScrollingZoomOptions) |
지정된 애니메이션 및 끌기 지점 모드를 사용하여 지정된 델타 크기만큼 비동기적으로 확대/축소합니다. |
ZoomBy(Single, IReference<Vector2>) |
애니메이션이 활성화되고 끌기 지점이 적용된 지정된 델타 크기만큼 비동기적으로 확대/축소합니다. |
ZoomBy(Single, IReference<Vector2>, ScrollingZoomOptions)
지정된 애니메이션 및 끌기 지점 모드를 사용하여 지정된 델타 크기만큼 비동기적으로 확대/축소합니다.
/// [Windows.Foundation.Metadata.Overload("ZoomByWithOptions")]
int ZoomBy(float const& zoomFactorDelta, IReference<float2> const& centerPoint, ScrollingZoomOptions const& options);
[Windows.Foundation.Metadata.Overload("ZoomByWithOptions")]
public int ZoomBy(float zoomFactorDelta, System.Nullable<Vector2> centerPoint, ScrollingZoomOptions options);
function zoomBy(zoomFactorDelta, centerPoint, options)
Public Function ZoomBy (zoomFactorDelta As Single, centerPoint As Nullable(Of Vector2), options As ScrollingZoomOptions) As Integer
매개 변수
- zoomFactorDelta
-
Single
float
확대/축소 인수를 변경할 크기입니다.
- centerPoint
-
IReference<float2>
확대/축소 비율 변경의 중심점입니다.
- options
- ScrollingZoomOptions
애니메이션을 사용하도록 설정하고 끌기 지점을 적용할지 여부를 지정하는 옵션입니다.
반환
Int32
int
이 메서드 호출을 해당 이벤트와 연결하는 데 사용되는 상관 관계 ID 번호입니다.
- 특성
적용 대상
ZoomBy(Single, IReference<Vector2>)
애니메이션이 활성화되고 끌기 지점이 적용된 지정된 델타 크기만큼 비동기적으로 확대/축소합니다.
public:
virtual int ZoomBy(float zoomFactorDelta, IReference<float2> ^ centerPoint) = ZoomBy;
/// [Windows.Foundation.Metadata.Overload("ZoomBy")]
int ZoomBy(float const& zoomFactorDelta, IReference<float2> const& centerPoint);
[Windows.Foundation.Metadata.Overload("ZoomBy")]
public int ZoomBy(float zoomFactorDelta, System.Nullable<Vector2> centerPoint);
function zoomBy(zoomFactorDelta, centerPoint)
Public Function ZoomBy (zoomFactorDelta As Single, centerPoint As Nullable(Of Vector2)) As Integer
매개 변수
- zoomFactorDelta
-
Single
float
확대/축소 인수를 변경할 크기입니다.
- centerPoint
-
IReference<float2>
확대/축소 비율 변경의 중심점입니다.
반환
Int32
int
이 메서드 호출을 해당 이벤트와 연결하는 데 사용되는 상관 관계 ID 번호입니다.
- 특성