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

Show in webframe

FillEllipse Method






The brush used to fill the ellipse's interior.
The boundaries Rect of the ellipse.
Fills the interior of an ellipse using the specified brush.
Syntax
public void FillEllipse( 
   Brush brush,
   Rect rect
)
'Declaration
 
Public Sub FillEllipse( _
   ByVal brush As Brush, _
   ByVal rect As Rect _
) 
'Usage
 
Dim instance As D2DSurface
Dim brush As Brush
Dim rect As Rect
 
instance.FillEllipse(brush, 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

This method 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

See Also

Reference

D2DSurface Class
D2DSurface Members

Error processing SSI file