Click or drag to resize

SyntheticBrushBaseGetContentStream(Double, NamedColor, NamedColor) Method

Gets the content stream for the specified resolution and colors.

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,
	NamedColor foreColor,
	NamedColor backColor
)

Parameters

maxEffectiveResolutionDpi  Double
The maximum effective resolution in DPI.
foreColor  NamedColor
The foreground color.
backColor  NamedColor
The background color.

Return Value

Stream
The content stream.

Implements

IHatchBrushTextureGetContentStream(Double, NamedColor, NamedColor)
See Also