Click or drag to resize

SyntheticBrushBaseGetContentStream(Double) Method

Gets the content stream for the specified resolution.

Namespace: Altaxo.Graph.Gdi.SyntheticBrushes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual Stream GetContentStream(
	double maxEffectiveResolutionDpi
)

Parameters

maxEffectiveResolutionDpi  Double
The maximum effective resolution in DPI.

Return Value

Stream
The content stream.

Implements

ISyntheticRepeatableTextureGetContentStream(Double)
See Also