BrushCacheGdi.GdiBrush.CreateGdiBrush Method |
Creates a GDI
Brush from a
BrushX object and its environment.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.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
Brush[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.BrushCacheGdi.GdiBrush.CreateGdiBrush(Altaxo.Drawing.BrushX,Altaxo.Geometry.RectangleD2D,System.Double)"]
See Also