ClassQAShape
Class
Represents a custom QA (Quality Assurance) element shape with curved left edge and rectangular body.
Definition
Namespace:Telerik.WinControls.Tests
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
[ComVisible(false)]
public class QAShape : ElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeQAShape
Implements:
Inherited Members
Constructors
QAShape()
Declaration
cs-api-definition
public QAShape()
Methods
CreatePath(Rectangle)
Creates a QA-style graphics path with a curved left edge and rectangular body.
Declaration
cs-api-definition
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
bounds
The bounding rectangle for the QA shape.
Returns
A GraphicsPath representing the QA shape.
Overrides