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