Click or drag to resize

BrickHatchBrushGetImage Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.HatchBrushes.BrickHatchBrush.GetImage(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#
protected override Image GetImage(
	double maxEffectiveResolutionDpi,
	NamedColor foreColor,
	NamedColor backColor
)

Parameters

maxEffectiveResolutionDpi  Double

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

foreColor  NamedColor

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

backColor  NamedColor

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

Return Value

Image

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

See Also