check point
This commit is contained in:
10
framework/Inspectron.Camera/Image/IImageLock.cs
Normal file
10
framework/Inspectron.Camera/Image/IImageLock.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace Inspectron.Camera.Image
|
||||
{
|
||||
public interface IImageLock:IDisposable
|
||||
{
|
||||
int Step { get; }
|
||||
IntPtr PixelData { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user