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