DrawGeometry(Geometry,Brush) Method
In This Topic
Draws the outline of the specified geometry.
Syntax
'Declaration
Public Overloads Sub DrawGeometry( _
ByVal As Geometry, _
ByVal As Brush _
)
public void DrawGeometry(
Geometry ,
Brush
)
Parameters
- geometry
- The geometry to draw.
- brush
- The brush used to paint the geometry's stroke.
See Also