Click or drag to resize

BrushCacheGdiGdiBrushCreateGdiBrush Method

Creates a GDI Brush from a BrushX object and its environment.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Brush CreateGdiBrush(
	BrushX brush,
	RectangleD2D brushBoundingRectangle,
	double effectiveMaximumResolutionDpi
)

Parameters

brush  BrushX
The BrushX.
brushBoundingRectangle  RectangleD2D
The brush bounding rectangle.
effectiveMaximumResolutionDpi  Double
The effective maximum resolution in dpi.

Return Value

Brush

[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.BrushCacheGdi.GdiBrush.CreateGdiBrush(Altaxo.Drawing.BrushX,Altaxo.Geometry.RectangleD2D,System.Double)"]

See Also