Resolution Constructor
Initializes a new instance of the Resolution class.

Namespace: Geocortex.Essentials.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public Resolution(
	string displayName,
	string dpi
)

Parameters

displayName
Type: SystemString
The display name of the resolution.
dpi
Type: SystemString
The resolution in dots per inch.
See Also