| C1.C1Flash.2 Assembly > C1.C1Flash Namespace > Entity Class : Entity Constructor |
| Overload | Description |
|---|---|
| Entity Constructor() | Initialize a new instance of Entity class. |
| Entity Constructor(Point,Size) | Initialize a new instance of Entity class with the specified location and size. |
| Entity Constructor(String) | Initialize a new instance of Entity entity with the text string. |
| Entity Constructor(String,Point,Size) | Initialize a new instance of Entity entity with the text string, location and size. |