←Select platform

FillEllipse(Brush,float,float,float,float) Method

Summary

Fills the interior of an ellipse using the specified brush.

Syntax
C#
VB
C++
public void FillEllipse( 
   Brush brush, 
   float x, 
   float y, 
   float width, 
   float height 
) 
Public Sub FillEllipse( 
   ByVal brush As Brush, 
   ByVal x As Single, 
   ByVal y As Single, 
   ByVal width As Single, 
   ByVal height As Single 
) 
public:  
   void FillEllipse( 
      Brush^ brush, 
      Single x, 
      Single y, 
      Single width, 
      Single height 
   ) 

Parameters

brush

The brush used to fill the ellipse's interior.

x

The x-coordinate of the upper-left corner of the ellipse bounding rectangle.

y

The y-coordinate of the upper-left corner of the ellipse bounding rectangle.

width

Width of the ellipse bounding rectangle.

height

Height of the ellipse bounding rectangle.

Remarks

FillEllipse(Brush,float,float,float,float) fills the interior of an ellipse with a Brush. The ellipse is defined by the bounding rectangle represented by (x, y, width, height) parameters.

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.