VerticalHatchBrushGetImage Method |
Creates the hatch image for the specified resolution and colors.
Namespace: Altaxo.Graph.Gdi.HatchBrushesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected override Image GetImage(
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
ImageThe generated image.
See Also