ClassGdiRoundedRectangle
Class
Definition
Namespace:Telerik.WinControls.Drawing
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public class GdiRoundedRectangle : RoundedRectangle, IDisposable
Inheritance: objectDisposableObjectRoundedRectangleGdiRoundedRectangle
Implements:
Inherited Members
Constructors
GdiRoundedRectangle(RectangleF, float)
Declaration
cs-api-definition
public GdiRoundedRectangle(RectangleF rectangle, float radius)
Parameters
rectangle
radius
Properties
RawRoundedRectangle
Declaration
cs-api-definition
public override object RawRoundedRectangle { get; }
Property Value
Overrides
Methods
DisposeManagedResources()
Disposes all MANAGED resources - such as Bitmaps, GDI+ objects, etc.
Declaration
cs-api-definition
protected override void DisposeManagedResources()
Overrides
OnPropertyChanged(string)
Declaration
cs-api-definition
protected override void OnPropertyChanged(string propertyName)
Parameters
propertyName
Overrides