C# Class HasK.Controls.Graph.ChartVisibleObject

Base class for all visible objects
Inheritance: ChartObject
Afficher le fichier Open project: xHasKx/CSharp.Controls.Graph.Chart

Protected Properties

Свойство Type Description
_brush System.Drawing.Brush
_color Color
_fill System.Drawing.Brush
_is_filled bool
_pen System.Drawing.Pen

Méthodes publiques

Méthode Description
ChartVisibleObject ( Chart chart ) : System

Create base class for all visible objects

Method Details

ChartVisibleObject() public méthode

Create base class for all visible objects
public ChartVisibleObject ( Chart chart ) : System
chart Chart
Résultat System

Property Details

_brush protected_oe property

The solid brush with value of Color property
protected Brush,System.Drawing _brush
Résultat System.Drawing.Brush

_color protected_oe property

The color value of Color property
protected Color _color
Résultat Color

_fill protected_oe property

The fill brush of object
protected Brush,System.Drawing _fill
Résultat System.Drawing.Brush

_is_filled protected_oe property

Determine if object should be filled
protected bool _is_filled
Résultat bool

_pen protected_oe property

The pen with value of Color property
protected Pen,System.Drawing _pen
Résultat System.Drawing.Pen