DrawingContext::DrawGeometry Method (Brush^, Pen^, Geometry^)
.NET Framework (current version)
Namespace:
System.Windows.Media
Assembly: PresentationCore (in PresentationCore.dll)
Return to top
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- brush
-
Type:
System.Windows.Media::Brush^
The Brush with which to fill the Geometry. This is optional, and can be null. If the brush is null, no fill is drawn.
- pen
-
Type:
System.Windows.Media::Pen^
The Pen with which to stroke the Geometry. This is optional, and can be null. If the pen is null, no stroke is drawn.
- geometry
-
Type:
System.Windows.Media::Geometry^
The Geometry to draw.
.NET Framework
Available since 3.0
Available since 3.0
Show: