다음을 통해 공유


SemanticZoomLocation.Bounds 속성

정의

SemanticZoom의 현재 보기에 있는 항목의 크기 조정 범위를 가져오거나 설정합니다.

public:
 property Rect Bounds { Rect get(); void set(Rect value); };
Rect Bounds();

void Bounds(Rect value);
public Rect Bounds { get; set; }
var rect = semanticZoomLocation.bounds;
semanticZoomLocation.bounds = rect;
Public Property Bounds As Rect

속성 값

항목의 크기 조정 범위입니다.

적용 대상