You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zero/ZeroLevel.ML/Services/RegionInfo.cs

14 lines
273 B

namespace ZeroLevel.ML.Services
{
internal struct RegionInfo
{
public int Index;
public int X;
public int Y;
public int Stride;
public int CropSizeX;
public int CropSizeY;
public int BytesPerPixel;
}
}

Powered by TurnKey Linux.