Class
CircleShape

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
[ComVisible(false)]
public class CircleShape : ElementShape, IComponent, IDisposable

Inheritance: objectMarshalByRefObjectComponentElementShapeCircleShape

Implements: IComponentIDisposable

Inherited Members ElementShape.GetElementShape(RadElement)ElementShape.GetElementContour(RadElement)ElementShape.GetElementContour(Rectangle)ElementShape.GetBounds(RadElement)ElementShape.CreateContour(Rectangle)ElementShape.MirrorPath(GraphicsPath, RectangleF)ElementShape.ShouldMirrorPath()ElementShape.SerializeProperties()ElementShape.DeserializeProperties(string)ElementShape.Dispose(bool)ElementShape.IsRightToLeftComponent.Dispose()Component.GetService(Type)Component.ToString()Component.CanRaiseEventsComponent.EventsComponent.SiteComponent.ContainerComponent.DesignModeComponent.DisposedMarshalByRefObject.MemberwiseClone(bool)MarshalByRefObject.GetLifetimeService()MarshalByRefObject.InitializeLifetimeService()MarshalByRefObject.CreateObjRef(Type)

Constructors

CircleShape()

Declaration

cs-api-definition
public CircleShape()

Methods

CreatePath(Rectangle)

Creates circle shape in the middle of the provided rectangle.

Declaration

cs-api-definition
public override GraphicsPath CreatePath(Rectangle bounds)

Parameters

bounds

Rectangle

Returns

GraphicsPath

Overrides ElementShape.CreatePath(Rectangle)

CreatePath(RectangleF)

Creates circle shape in the middle of the provided rectangle.

Declaration

cs-api-definition
public override GraphicsPath CreatePath(RectangleF bounds)

Parameters

bounds

RectangleF

Returns

GraphicsPath

Overrides ElementShape.CreatePath(RectangleF)

CreateRegion(Rectangle)

Creates circle region in the middle of the provided rectangle.

Declaration

cs-api-definition
public override Region CreateRegion(Rectangle bounds)

Parameters

bounds

Rectangle

Returns

Region

Overrides ElementShape.CreateRegion(Rectangle)