EffectiveViewportChangedEventArgs.EffectiveViewport 屬性

定義

取得代表有效檢視區的 Rect

public:
 property Rect EffectiveViewport { Rect get(); };
Rect EffectiveViewport();
public Rect EffectiveViewport { get; }
var rect = effectiveViewportChangedEventArgs.effectiveViewport;
Public ReadOnly Property EffectiveViewport As Rect

屬性值

代表有效檢視區的 Rect

備註

如需詳細資訊,請參閱 EffectiveViewportChanged 事件。

適用於

另請參閱