It can actually take screenshots of the VM
This commit is contained in:
9
RemoteFrameBuffer/Common/RgbPixel.cs
Normal file
9
RemoteFrameBuffer/Common/RgbPixel.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace RemoteFrameBuffer.Common
|
||||
{
|
||||
public struct RgbPixel
|
||||
{
|
||||
public Byte Red { get; set; }
|
||||
public Byte Green { get; set; }
|
||||
public Byte Blue { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user