Click or drag to resize

BrushCacheGdiGetEffectiveMaximumResolution(Graphics) Method

Gets the effective maximum resolution in dpi for a object scale of 1. See also GetEffectiveMaximumResolution(Graphics, Double).

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double GetEffectiveMaximumResolution(
	Graphics g
)

Parameters

g  Graphics
The Gdi graphics context that determines the basic resolution.

Return Value

Double
The effective resolution in dpi.
See Also