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