다음을 통해 공유


MediaOverlay.Position 속성

정의

오버레이의 위치를 가져옵니다.

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

void Position(Rect value);
public Rect Position { get; set; }
var rect = mediaOverlay.position;
mediaOverlay.position = rect;
Public Property Position As Rect

속성 값

오버레이의 위치입니다.

적용 대상