←Select platform

FillEllipse(Brush,Rect) Method

Summary

Fills the interior of an ellipse using the specified brush.

Syntax
C#
VB
C++
public void FillEllipse( 
   Brush brush, 
   Rect rect 
) 
Public Sub FillEllipse( 
   ByVal brush As Brush, 
   ByVal rect As Rect 
) 
public:  
   void FillEllipse( 
      Brush^ brush, 
      Rect^ rect 
   ) 

Parameters

brush

The brush used to fill the ellipse's interior.

rect

The boundaries Rect of the ellipse.

Remarks

FillEllipse(Brush,Rect) fills the interior of an ellipse with a Brush. The ellipse is defined by the bounding rectangle represented by the rect parameter.

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.