BulletTriangleShape Class

Represents a bullet in a Shape of a triangle.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public class BulletTriangleShape : Shape
Inheritance
Object    Shape    BulletTriangleShape

Constructors

BulletTriangleShapeInitializes a new instance of the BulletTriangleShape class

Properties

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

Methods

Dispose Releases all resources used by this object.
(Inherited from Shape)
Dispose(Boolean) Releases all resources used by this object.
(Inherited from Shape)
Draw Draws the bullet to specified Graphics.
(Overrides ShapeDraw(Graphics))
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.
(Inherited from Shape)
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.
(Inherited from Shape)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

PropertyChanged Raised whenever a value of a property changes.
(Inherited from Shape)

See Also