FillGeometry Method

Summary
Fills the interior of the specified geometry using the specified brush.
Syntax
C#
VB
C++
public void FillGeometry( 
   Brush brush, 
   Geometry geometry 
) 
  
Public Sub FillGeometry( _ 
   ByVal brush As Brush, _ 
   ByVal geometry As 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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.