BrushCacheGdiGdiBrushCreateGdiBrush Method |
Creates a GDI
Brush from a
BrushX object and its environment.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
BrushThe created native GDI brush.
See Also