HatchBrushBaseGetContentStream Method |
Gets the content of the image proxy as a (library independent) stream. Any library that can read image streams can be used to convert the stream in the corresponding image.
Namespace: Altaxo.Graph.Gdi.HatchBrushesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override Stream GetContentStream()
Return Value
StreamContent of the image proxy as a (library independent) stream
See Also