ClassDiamondShape
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
[ComVisible(false)]
public class DiamondShape : ElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeDiamondShape
Implements:
Inherited Members
Constructors
DiamondShape()
Declaration
cs-api-definition
public DiamondShape()
Methods
CreatePath(Rectangle)
Creates Star like shape. Overrides CreatePath method in the base class ElementShape.
Declaration
cs-api-definition
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
bounds
Returns
Overrides