ComponentOne Bitmap for WPF
DrawGeometry(Geometry,Brush) Method

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

Parameters

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

Reference

RenderTarget Class
RenderTarget Members
Overload List