Class
GdiRoundedRectangle

Definition

Namespace:Telerik.WinControls.Drawing

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class GdiRoundedRectangle : RoundedRectangle, IDisposable

Inheritance: objectDisposableObjectRoundedRectangleGdiRoundedRectangle

Implements: IDisposable

Inherited Members RoundedRectangle.RectangleRoundedRectangle.XRoundedRectangle.YRoundedRectangle.WidthRoundedRectangle.HeightRoundedRectangle.LocationRoundedRectangle.RadiusRoundedRectangle.TopRoundedRectangle.LeftRoundedRectangle.RightRoundedRectangle.BottomRoundedRectangle.IsEmptyRoundedRectangle.SizeDisposableObject.GetBitState(long)DisposableObject.SetBitState(long, bool)DisposableObject.OnBitStateChanged(long, bool, bool)DisposableObject.Dispose()DisposableObject.Dispose(bool)DisposableObject.PerformDispose(bool)DisposableObject.DisposeUnmanagedResources()DisposableObject.BitStateDisposableObject.EventsDisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.DisposedDisposableObject.Disposing

Constructors

GdiRoundedRectangle(RectangleF, float)

Declaration

cs-api-definition
public GdiRoundedRectangle(RectangleF rectangle, float radius)

Parameters

rectangle

RectangleF

radius

float

Properties

RawRoundedRectangle

Declaration

cs-api-definition
public override object RawRoundedRectangle { get; }

Property Value

object

Overrides RoundedRectangle.RawRoundedRectangle

Methods

DisposeManagedResources()

Disposes all MANAGED resources - such as Bitmaps, GDI+ objects, etc.

Declaration

cs-api-definition
protected override void DisposeManagedResources()

Overrides DisposableObject.DisposeManagedResources()

OnPropertyChanged(string)

Declaration

cs-api-definition
protected override void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

Overrides RoundedRectangle.OnPropertyChanged(string)