ComponentOne Bitmap for WPF
FillGeometry(Geometry,Brush) Method

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > RenderTarget Class > FillGeometry Method : FillGeometry(Geometry,Brush) Method
The geometry to paint.
The brush used to paint the geometry's interior.
Paints the interior of the specified geometry.
Syntax
'Declaration
 
Public Overloads Sub FillGeometry( _
   ByVal geometry As Geometry, _
   ByVal brush As Brush _
) 
public void FillGeometry( 
   Geometry geometry,
   Brush brush
)

Parameters

geometry
The geometry to paint.
brush
The brush used to paint the geometry's interior.
See Also

Reference

RenderTarget Class
RenderTarget Members
Overload List