Class FrameData
Inheritance
System.Object
FrameData
Implements
System.IDisposable
Assembly: Eco.Simulation.dll
Syntax
public sealed class FrameData : Array2D<byte>, IDisposable
Constructors
FrameData(Int32, Int32)
Declaration
public FrameData(int width, int height)
Parameters
Type |
Name |
Description |
System.Int32 |
width |
|
System.Int32 |
height |
|
Fields
X
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Y
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Properties
Height
Declaration
public int Height { get; }
Property Value
Type |
Description |
System.Int32 |
|
Width
Declaration
public int Width { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Dispose()
Declaration
GetWindow(Int32, Int32, Int32, Int32)
Declaration
public FrameData GetWindow(int xMin, int yMin, int xMax, int yMax)
Parameters
Type |
Name |
Description |
System.Int32 |
xMin |
|
System.Int32 |
yMin |
|
System.Int32 |
xMax |
|
System.Int32 |
yMax |
|
Returns
Implements
System.IDisposable