MediaShape
Class
Represents a media player-style element shape with curved edges and connecting lines.
Definition
Namespace:Telerik.WinControls.Tests
Assembly:Telerik.WinControls.dll
Syntax:
C#
[ComVisible(false)]
public class MediaShape : ElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeMediaShape
Implements:
Inherited Members
Constructors
C#
public MediaShape()
Methods
Creates a media player-style graphics path with curved edges and connecting elements.
C#
public override GraphicsPath CreatePath(Rectangle bounds)
The bounding rectangle for the media shape.
Returns:A GraphicsPath representing the media shape.
Overrides: