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

Show in webframe

DrawEllipse Method






D2DPen that determines the Pen brush, thickness, and style.
The rectangle bounding the ellipse.
Draws the outline of an ellipse having the specified dimensions with the specified D2DPen.
Syntax
public void DrawEllipse( 
   D2DPen pen,
   Rect rect
)
'Declaration
 
Public Sub DrawEllipse( _
   ByVal pen As D2DPen, _
   ByVal rect As Rect _
) 
'Usage
 
Dim instance As D2DSurface
Dim pen As D2DPen
Dim rect As Rect
 
instance.DrawEllipse(pen, rect)

            

            
public:
void DrawEllipse( 
   D2DPen^ pen,
   Rect rect
) 

Parameters

pen
D2DPen that determines the Pen brush, thickness, and style.
rect
The rectangle bounding the ellipse.
Remarks

This method draws an ellipse that is defined by the bounding rectangle specified by the rect parameter.

Requirements

Target Platforms

See Also

Reference

D2DSurface Class
D2DSurface Members

Error processing SSI file