Click or drag to resize

ISyntheticRepeatableTextureGetContentStream 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
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Stream
The image of the texture.
See Also