[StructLayout(LayoutKind.Sequential)]
public class SIZE
{
public int cx;
public int cy;
public SIZE()
{
}
public SIZE(int cx, int cy)
{
this.cx = cx;
this.cy = cy;
}
}
TODO
None.
None.
Please add some!
Please add some!
TODO