Class EffectiveViewportChangedEventArgs
Provides data for the EffectiveViewportChanged event.
public class EffectiveViewportChangedEventArgs : EventArgs
- Inheritance
-
EffectiveViewportChangedEventArgs
- Inherited Members
Constructors
EffectiveViewportChangedEventArgs(Rect)
public EffectiveViewportChangedEventArgs(Rect effectiveViewport)
Parameters
effectiveViewport
Rect
Properties
EffectiveViewport
Gets the Rect representing the effective viewport.
public Rect EffectiveViewport { get; }
Property Value
Remarks
The viewport is expressed in coordinates relative to the control that the event is raised on.