ClassGdiPath
Class
Definition
Namespace:Telerik.WinControls.Drawing
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public class GdiPath : Path, IDisposable
Inheritance: objectDisposableObjectPathGdiPath
Implements:
Inherited Members
Constructors
GdiPath()
Declaration
cs-api-definition
public GdiPath()
Properties
Methods
AddEllipse(RectangleF)
Declaration
cs-api-definition
public override void AddEllipse(RectangleF rectangle)
Parameters
rectangle
Overrides
DisposeUnmanagedResources()
Releases any UNMANAGED resources used by this object. NOTE: If you declare some unmanaged resources in your class, you should override its finalizer and put disposing logic there also.
Declaration
cs-api-definition
protected override void DisposeUnmanagedResources()
Overrides
OnBeginFigure()
Declaration
cs-api-definition
protected override void OnBeginFigure()
Overrides
OnEndFigure()
Declaration
cs-api-definition
protected override void OnEndFigure()
Overrides