IHatchBrushTextureGetContentStream(Double, NamedColor, NamedColor) Method |
Gets an image of the texture. The image dimensions (pixels in x and y direction) are calculated using the provided maxEffectiveResolutionDpi.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax Stream GetContentStream(
double maxEffectiveResolutionDpi,
NamedColor foreColor,
NamedColor backColor
)
Parameters
- maxEffectiveResolutionDpi Double
- Effective resolution used for later drawing of this image. The higher the resolution, the more pixels are allocated for the bitmap.
- foreColor NamedColor
- Foreground color of the hatch brush.
- backColor NamedColor
- Background color of the hatch brush.
Return Value
StreamThe image of the texture.
See Also