Click or drag to resize

SyntheticBrushBaseGetPixelDimensions(Double) Method

Gets the pixel dimensions for the specified effective resolution.

Namespace: Altaxo.Graph.Gdi.SyntheticBrushes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected int GetPixelDimensions(
	double maxEffectiveResolutionDpi
)

Parameters

maxEffectiveResolutionDpi  Double
The maximum effective resolution in DPI.

Return Value

Int32
The pixel dimension.
See Also