New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
public LeftShape()

Methods

Creates a GraphicsPath using the specified rectangle as bounds. This method must be implemented by derived classes.

C#
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters:boundsRectangle

The rectangle defining the bounds for the shape.

Returns:

GraphicsPath

A GraphicsPath representing the shape within the specified bounds.

Overrides: ElementShape.CreatePath(Rectangle)