C# Class MonoHotDraw.Samples.LabelFigure

Inheritance: MonoHotDraw.Figures.SimpleTextFigure
Afficher le fichier Open project: mono/monohotdraw Class Usage Examples

Méthodes publiques

Méthode Description
BasicDrawSelected ( Context context ) : void
BasicDrawSelected ( Context context, PointD anchor ) : void
HandleDeltaPosition ( ) : PointD
HandlePosition ( ) : PointD
HandlePossition ( ) : PointD
LabelFigure ( string text ) : System.Collections.Generic
SetPosition ( PointD pos ) : void

Method Details

BasicDrawSelected() public méthode

public BasicDrawSelected ( Context context ) : void
context Cairo.Context
Résultat void

BasicDrawSelected() public méthode

public BasicDrawSelected ( Context context, PointD anchor ) : void
context Cairo.Context
anchor Cairo.PointD
Résultat void

HandleDeltaPosition() public méthode

public HandleDeltaPosition ( ) : PointD
Résultat Cairo.PointD

HandlePosition() public méthode

public HandlePosition ( ) : PointD
Résultat Cairo.PointD

HandlePossition() public méthode

public HandlePossition ( ) : PointD
Résultat Cairo.PointD

LabelFigure() public méthode

public LabelFigure ( string text ) : System.Collections.Generic
text string
Résultat System.Collections.Generic

SetPosition() public méthode

public SetPosition ( PointD pos ) : void
pos Cairo.PointD
Résultat void