aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.ScreenCapture/VectorImagePixel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.ScreenCapture/VectorImagePixel.cs')
-rw-r--r--Software/Visual_Studio/Tango.ScreenCapture/VectorImagePixel.cs17
1 files changed, 0 insertions, 17 deletions
diff --git a/Software/Visual_Studio/Tango.ScreenCapture/VectorImagePixel.cs b/Software/Visual_Studio/Tango.ScreenCapture/VectorImagePixel.cs
deleted file mode 100644
index 7cf621125..000000000
--- a/Software/Visual_Studio/Tango.ScreenCapture/VectorImagePixel.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Tango.ScreenCapture
-{
- public struct VectorImagePixel
- {
- public ushort X { get; set; }
- public ushort Y { get; set; }
- public byte R { get; set; }
- public byte G { get; set; }
- public byte B { get; set; }
- }
-}