Click or drag to resize

HatchBrushBaseGetContentStream(Double, NamedColor, NamedColor) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.HatchBrushes.HatchBrushBase.GetContentStream(System.Double,Altaxo.Drawing.NamedColor,Altaxo.Drawing.NamedColor)"]


Namespace: Altaxo.Graph.Gdi.HatchBrushes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual Stream GetContentStream(
	double maxEffectiveResolutionDpi,
	NamedColor foreColor,
	NamedColor backColor
)

Parameters

maxEffectiveResolutionDpi  Double

[Missing <param name="maxEffectiveResolutionDpi"/> documentation for "M:Altaxo.Graph.Gdi.HatchBrushes.HatchBrushBase.GetContentStream(System.Double,Altaxo.Drawing.NamedColor,Altaxo.Drawing.NamedColor)"]

foreColor  NamedColor

[Missing <param name="foreColor"/> documentation for "M:Altaxo.Graph.Gdi.HatchBrushes.HatchBrushBase.GetContentStream(System.Double,Altaxo.Drawing.NamedColor,Altaxo.Drawing.NamedColor)"]

backColor  NamedColor

[Missing <param name="backColor"/> documentation for "M:Altaxo.Graph.Gdi.HatchBrushes.HatchBrushBase.GetContentStream(System.Double,Altaxo.Drawing.NamedColor,Altaxo.Drawing.NamedColor)"]

Return Value

Stream

[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.HatchBrushes.HatchBrushBase.GetContentStream(System.Double,Altaxo.Drawing.NamedColor,Altaxo.Drawing.NamedColor)"]

Implements

IHatchBrushTextureGetContentStream(Double, NamedColor, NamedColor)
See Also