IDrawingContextImpl.

DrawGeometry(IBrush, IPen, IGeometryImpl) Method

Summary

Draws a geometry.
Namespace
Avalonia.Platform
Containing Type
IDrawingContextImpl

Syntax

void DrawGeometry(IBrush brush, IPen pen, IGeometryImpl geometry)

Parameters

Name Type Description
brush IBrush The fill brush.
pen IPen The stroke pen.
geometry IGeometryImpl The geometry.

Return Value

Type Description
void