Click or drag to resize

ISyntheticRepeatableTexture Interface

Represents a synthetic repeatable texture.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface ISyntheticRepeatableTexture

The ISyntheticRepeatableTexture type exposes the following members.

Properties
 NameDescription
Public propertySize Gets the physical size of both sides of the texture in points (1 point = 1/72 inch).
Top
Methods
 NameDescription
Public methodGetContentStream Gets an image of the texture. The image dimensions (pixels in x and y direction) are calculated using the provided maxEffectiveResolutionDpi.
Top
See Also