C# Class TpTrayUtility.Components.TpLineStyleItem

Inheritance: TpItem
Afficher le fichier Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Méthodes publiques

Свойство Type Description
style TpPenStyle

Méthodes publiques

Méthode Description
Clone ( ) : TpItem
Contain ( object data ) : bool
SpecialDrawingFunction ( Graphics g, Rectangle rc ) : void
TpLineStyleItem ( DashStyle _style ) : System
TpLineStyleItem ( TpPenStyle _style ) : System

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Method Details

Clone() public méthode

public Clone ( ) : TpItem
Résultat TpItem

Contain() public méthode

public Contain ( object data ) : bool
data object
Résultat bool

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

SpecialDrawingFunction() public méthode

public SpecialDrawingFunction ( Graphics g, Rectangle rc ) : void
g System.Drawing.Graphics
rc System.Drawing.Rectangle
Résultat void

TpLineStyleItem() public méthode

public TpLineStyleItem ( DashStyle _style ) : System
_style DashStyle
Résultat System

TpLineStyleItem() public méthode

public TpLineStyleItem ( TpPenStyle _style ) : System
_style TpPenStyle
Résultat System

Property Details

style public_oe property

public TpPenStyle style
Résultat TpPenStyle