DrawingContext.DrawGeometry(Brush, Pen, Geometry) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
abstract void DrawGeometry(System::Windows::Media::Brush ^ brush, System::Windows::Media::Pen ^ pen, System::Windows::Media::Geometry ^ geometry);
public abstract void DrawGeometry (System.Windows.Media.Brush brush, System.Windows.Media.Pen pen, System.Windows.Media.Geometry geometry);
abstract member DrawGeometry : System.Windows.Media.Brush * System.Windows.Media.Pen * System.Windows.Media.Geometry -> unit
Public MustOverride Sub DrawGeometry (brush As Brush, pen As Pen, geometry As Geometry)
Parameters
- brush
- 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
- 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.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.