Class RefreshGraphicsEventArgs
Event args for RefreshGraphicsRequest. Carries a RefreshRequest describing what needs to be redrawn.
Inherited Members
Namespace: Mapsui
Assembly: Mapsui.dll
Syntax
public sealed class RefreshGraphicsEventArgs : EventArgs
Constructors
| Edit this page View SourceRefreshGraphicsEventArgs(RefreshRequest)
Declaration
public RefreshGraphicsEventArgs(RefreshRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| RefreshRequest | request |
Properties
| Edit this page View SourceRequest
Describes the region to redraw. Full means redraw the entire viewport.
Declaration
public RefreshRequest Request { get; }
Property Value
| Type | Description |
|---|---|
| RefreshRequest |