C# Class TpTrayUtility.Components.TpLineStyleItem.TpPenStyle

Afficher le fichier Open project: TargetProcess/Tp.TrayUtility

Méthodes publiques

Свойство Type Description
beginCap LineCap
endCap LineCap
style DashStyle

Méthodes publiques

Méthode Description
TpPenStyle ( DashStyle _style, LineCap _beginCap, LineCap _endCap ) : System
isEqual ( TpPenStyle st ) : bool

Method Details

TpPenStyle() public méthode

public TpPenStyle ( DashStyle _style, LineCap _beginCap, LineCap _endCap ) : System
_style DashStyle
_beginCap LineCap
_endCap LineCap
Résultat System

isEqual() public méthode

public isEqual ( TpPenStyle st ) : bool
st TpPenStyle
Résultat bool

Property Details

beginCap public_oe property

public LineCap beginCap
Résultat LineCap

endCap public_oe property

public LineCap endCap
Résultat LineCap

style public_oe property

public DashStyle style
Résultat DashStyle