←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly