EffectiveViewportChangedEventArgs.EffectiveViewport Proprietà

Definizione

Ottiene il rect che rappresenta il riquadro di visualizzazione effettivo.

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

Valore della proprietà

Rect che rappresenta il viewport effettivo.

Commenti

Per altre info, vedi l'evento EffectiveViewportChanged .

Si applica a

Vedi anche