Method | Description | |
---|---|---|
BasicDraw ( Cairo context ) : void | ||
BasicDrawSelected ( Cairo context ) : void | ||
CreateFigureTool ( IDrawingEditor editor, ITool dt ) : ITool | ||
GetAttribute ( FigureAttribute attribute ) : object | ||
GetObjectData ( |
||
SetAttribute ( FigureAttribute attribute, object value ) : void | ||
SimpleTextFigure ( string text ) : System |
Method | Description | |
---|---|---|
DrawText ( Cairo context ) : void | ||
OnTextChanged ( ) : void | ||
RecalculateDisplayBox ( ) : void | ||
SetupLayout ( Cairo context ) : void | ||
SimpleTextFigure ( |
Method | Description | |
---|---|---|
GenerateDummyContext ( ) : void |
public BasicDrawSelected ( Cairo context ) : void | ||
context | Cairo | |
return | void |
public CreateFigureTool ( IDrawingEditor editor, ITool dt ) : ITool | ||
editor | IDrawingEditor | |
dt | ITool | |
return | ITool |
public GetAttribute ( FigureAttribute attribute ) : object | ||
attribute | FigureAttribute | |
return | object |
public GetObjectData ( |
||
info | ||
context | ||
return | void |
public SetAttribute ( FigureAttribute attribute, object value ) : void | ||
attribute | FigureAttribute | |
value | object | |
return | void |
protected SetupLayout ( Cairo context ) : void | ||
context | Cairo | |
return | void |
protected SimpleTextFigure ( |
||
info | ||
context | ||
return | System |
public SimpleTextFigure ( string text ) : System | ||
text | string | |
return | System |