←Select platform

DrawEllipse Method

Summary

Draws the outline of an ellipse having the specified dimensions with the specified D2DPen.

Syntax

C#
VB
C++
public void DrawEllipse( 
   D2DPen pen, 
   Rect rect 
) 
  
Public Sub DrawEllipse( _ 
   ByVal pen As Leadtools.Windows.D2drendering.D2DPen, _ 
   ByVal rect As Rect _ 
)  
public: 
void DrawEllipse(  
   Leadtools.Windows.D2drendering.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

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