Class QAShape
Represents a custom QA (Quality Assurance) element shape with curved left edge and rectangular body.
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 a QA-style graphics path with a curved left edge and rectangular body.
Declaration
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
System.Drawing.Rectangle
bounds
The bounding rectangle for the QA shape. |
Returns
System.Drawing.Drawing2D.GraphicsPath
A System.Drawing.Drawing2D.GraphicsPath representing the QA shape. |