ClassGanttViewSummaryLeftElement.LeftShape
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class GanttViewSummaryLeftElement.LeftShape : ElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeGanttViewSummaryLeftElement.LeftShape
Implements:
Inherited Members
Constructors
LeftShape()
Declaration
cs-api-definition
public LeftShape()
Methods
CreatePath(Rectangle)
Creates a GraphicsPath using the specified rectangle as bounds. This method must be implemented by derived classes.
Declaration
cs-api-definition
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
bounds
The rectangle defining the bounds for the shape.
Returns
A GraphicsPath representing the shape within the specified bounds.
Overrides