Click or drag to resize

SyntheticBrushBaseGetPixelDimensions(Double, Double, Int32) Method

Gets the pixel dimensions for the specified structure size constraints.

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,
	double relativeStructureSize,
	int minimumPixelsForStructureSize
)

Parameters

maxEffectiveResolutionDpi  Double
The maximum effective resolution in DPI.
relativeStructureSize  Double
The relative structure size.
minimumPixelsForStructureSize  Int32
The minimum number of pixels for the structure size.

Return Value

Int32
The pixel dimension.
See Also