←Select platform

DrawEllipse(D2DPen,Rect) Method

Summary

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

Syntax
C#
C++/CLI
public void DrawEllipse( 
   D2DPen pen, 
   Rect 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

Help Version 22.0.2023.1.26
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.