Click or drag to resize

IHatchBrushTexture Interface

[Missing <summary> documentation for "T:Altaxo.Graph.IHatchBrushTexture"]


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

The IHatchBrushTexture type exposes the following members.

Properties
 NameDescription
Public propertySize 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