Shape Class

Shape base class

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public abstract class Shape : IDisposable, 
	INotifyPropertyChanged
Inheritance
Object    Shape
Derived
More
Implements
INotifyPropertyChanged, IDisposable

Constructors

Shape Initializes a new instance of Shape class.

Properties

Bounds Gets or sets bounds, which represents the outline of the shape.
Brush Gets or sets the brush of the shape.
Center Gets or sets the center coordinates of the shape.
ShapeColor Gets or sets the color of the shape.

Methods

Dispose Releases all resources used by this object.
Dispose(Boolean) Releases all resources used by this object.
Draw Draws the shape
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Destructor for this class. Disposes resources used by this class.
(Overrides ObjectFinalize)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnPropertyChanged Fires PropertyChanged event.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

PropertyChanged Raised whenever a value of a property changes.

See Also