RT state managment and rectangle support
This commit is contained in:
14
dotnet/AipsRT/Model/Whiteboard/Shapes/Shape.cs
Normal file
14
dotnet/AipsRT/Model/Whiteboard/Shapes/Shape.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using AipsRT.Model.Whiteboard.Structs;
|
||||
|
||||
namespace AipsRT.Model.Whiteboard.Shapes;
|
||||
|
||||
public abstract class Shape
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
|
||||
public Guid OwnerId { get; set; }
|
||||
|
||||
public Position Position { get; set; }
|
||||
|
||||
public string Color { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user