PenCacheGdiGetEffectiveMaximumResolution(Graphics, Double) Method |
Gets the effective maximum resolution in dpi.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double GetEffectiveMaximumResolution(
Graphics g,
double objectScale
)
Parameters
- g Graphics
- The Gdi graphics context that determines the basic resolution.
- objectScale Double
- The object scale used to scale the basic resolution.
Return Value
DoubleThe effective resolution in dpi.
See Also