Class MediaShape
Represents a media player-style element shape with curved edges and connecting lines.
Inherited Members
Namespace: Telerik.WinControls.Tests
Assembly: Telerik.WinControls.dll
Syntax
[ComVisible(false)]
public class MediaShape : ElementShape
Constructors
MediaShape()
Declaration
public MediaShape()
Methods
CreatePath(Rectangle)
Creates a media player-style graphics path with curved edges and connecting elements.
Declaration
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
System.Drawing.Rectangle
bounds
The bounding rectangle for the media shape. |
Returns
System.Drawing.Drawing2D.GraphicsPath
A System.Drawing.Drawing2D.GraphicsPath representing the media shape. |