Click or drag to resize

BrushCacheGdiGetEffectiveMaximumResolution(Graphics, Double) Method

Gets the effective maximum resolution in dpi.

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,
	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

Double
The effective resolution in dpi.
See Also