Click or drag to resize

IHatchBrushTexture Interface

Defines a repeatable hatch-brush texture.

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

The IHatchBrushTexture 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).
(Inherited from ISyntheticRepeatableTexture)
Top
Methods
 NameDescription
Public methodGetContentStream(Double) Gets an image of the texture. The image dimensions (pixels in x and y direction) are calculated using the provided maxEffectiveResolutionDpi.
(Inherited from ISyntheticRepeatableTexture)
Public methodGetContentStream(Double, NamedColor, NamedColor) Gets an image of the texture. The image dimensions (pixels in x and y direction) are calculated using the provided maxEffectiveResolutionDpi.
Top
See Also