HatchBrushBaseGetContentStream(Double) Method |
Gets an image of the texture. The image dimensions (pixels in x and y direction) are calculated using the provided maxEffectiveResolutionDpi.
Namespace: Altaxo.Graph.Gdi.HatchBrushesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual Stream GetContentStream(
double maxEffectiveResolutionDpi
)
Parameters
- maxEffectiveResolutionDpi Double
- Effective resolution used for later drawing of this image. The higher the resolution, the more pixels are allocated for the bitmap.
Return Value
StreamThe image of the texture.
Implements
ISyntheticRepeatableTextureGetContentStream(Double)
See Also