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