Class QAShape
Inherited Members
Namespace: Telerik.WinControls.Tests
Assembly: Telerik.WinControls.dll
Syntax
[ComVisible(false)]
public class QAShape : ElementShape
Constructors
QAShape()
Declaration
public QAShape()
Methods
CreatePath(Rectangle)
Creates donut-like path. Overrides the method defined in its base class - ElementShape.
Declaration
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
System.Drawing.Rectangle
bounds
|
Returns
System.Drawing.Drawing2D.GraphicsPath
|