Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
DrawingEventArgs.cs
1
using
System
;
2
using
Waher.Layout.Layout2D.Model
;
3
4
namespace
Waher.Layout.Layout2D.Events
5
{
9
public
class
DrawingEventArgs
: EventArgs
10
{
11
private
readonly
Layout2DDocument
doc;
12
private
readonly
DrawingState
state;
13
19
public
DrawingEventArgs
(
Layout2DDocument
Document,
DrawingState
State)
20
: base()
21
{
22
this.doc = Document;
23
this.state = State;
24
}
25
29
public
Layout2DDocument
Document
=> this.doc;
30
34
public
DrawingState
State
=> this.state;
35
}
36
}
Waher.Layout.Layout2D.Events.DrawingEventArgs
Event raised when the layout model has been Drawing internally.
Definition:
DrawingEventArgs.cs:10
Waher.Layout.Layout2D.Events.DrawingEventArgs.State
DrawingState State
Drawing state.
Definition:
DrawingEventArgs.cs:34
Waher.Layout.Layout2D.Events.DrawingEventArgs.DrawingEventArgs
DrawingEventArgs(Layout2DDocument Document, DrawingState State)
Event raised when the layout model has been Drawing internally.
Definition:
DrawingEventArgs.cs:19
Waher.Layout.Layout2D.Events.DrawingEventArgs.Document
Layout2DDocument Document
Document that has been Drawing.
Definition:
DrawingEventArgs.cs:29
Waher.Layout.Layout2D.Layout2DDocument
Contains a 2D layout document.
Definition:
Layout2DDocument.cs:26
Waher.Layout.Layout2D.Model.DrawingState
Current drawing state.
Definition:
DrawingState.cs:18
System
Definition:
Adapters.g.cs:58
Waher.Layout.Layout2D.Events
Definition:
DrawingEventArgs.cs:5
Waher.Layout.Layout2D.Model
Definition:
Angle.cs:6
IoTGateway
Layout
Waher.Layout.Layout2D
Events
DrawingEventArgs.cs
Generated by
1.9.5