Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

FillGeometry Method






The brush used to fill the geometry's interior.
The geometry to draw.
Fills the interior of the specified geometry using the specified brush.
Syntax
public void FillGeometry( 
   Brush brush,
   Geometry geometry
)
'Declaration
 
Public Sub FillGeometry( _
   ByVal brush As Brush, _
   ByVal geometry As Geometry _
) 
'Usage
 
Dim instance As D2DSurface
Dim brush As Brush
Dim geometry As Geometry
 
instance.FillGeometry(brush, geometry)

            

            
public:
void FillGeometry( 
   Brush^ brush,
   Geometry^ geometry
) 

Parameters

brush
The brush used to fill the geometry's interior.
geometry
The geometry to draw.
Remarks

This method fills the interior of a geometry with the specified brush.

Requirements

Target Platforms

See Also

Reference

D2DSurface Class
D2DSurface Members

Error processing SSI file