Русский | English
Class TPointEditor
Unit
UPointEditor
Declaration
type TPointEditor = class(TObject)
Description
A class for an editing window for a single point (vertex) TCastleLine2DBase.Points[i] from the CGE editor. The window for editing is called by clicking the middle mouse button on the selected point in the JCE editor.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; |
|
|
destructor Destroy; override; |
|
|
function ShowModal(const index:integer;const vector:TVector2):TPointEditorResult; |
Open a window for editing points. index - to display the point number. vector - point (vertex).
|
Properties
|
property ResultVector: TVector2 read FResultVector; |
The point (vertex) obtained as a result of editing
|
|
property Execute: TPointEditorResult read FExecute; |
Result of calling the window for editing
|
Generated by PasDoc 0.16.0.