EllipseWidth Property

Summary

Gets or sets ellipse width.

Syntax
C#
VB
C++
public int EllipseWidth { get; set; } 
  
Public Property EllipseWidth As Integer 
public: 
property int EllipseWidth { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value indicating the width of the ellipse used when drawing a rounded rectangle.

Example

For an example, refer to ScreenCaptureEngine.

Requirements

Target Platforms

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

Leadtools.ScreenCapture Assembly