Click or drag to resize

HatchBrushBaseGetPixelDimensions Method

Calculates the bitmap dimension used to generate the hatch texture.

Namespace: Altaxo.Graph.Gdi.HatchBrushes
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 bitmap dimension in pixels.
See Also