Condividi tramite


EffectiveViewportChangedEventArgs.EffectiveViewport Proprietà

Definizione

Ottiene rect che rappresenta il viewport 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à

Oggetto Rect che rappresenta il viewport effettivo.

Commenti

Per altre informazioni, vedere l'evento EffectiveViewportChanged .

Si applica a

Vedi anche