Class DiamondShape
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(false)]
public class DiamondShape : ElementShape
Constructors
DiamondShape()
Declaration
public DiamondShape()
Methods
CreatePath(Rectangle)
Creates Star like shape. Overrides CreatePath method in the base class ElementShape.
Declaration
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
System.Drawing.Rectangle
bounds
|
Returns
System.Drawing.Drawing2D.GraphicsPath
|