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