Initializes a new instance of the
Resolution class.
Namespace: Geocortex.Essentials.ClientAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic Resolution(
string displayName,
string dpi
)
Public Sub New (
displayName As String,
dpi As String
)
Parameters
- displayName
- Type: SystemString
The display name of the resolution. - dpi
- Type: SystemString
The resolution in dots per inch.
See Also