Coord

Coord()

构造函数

public Coord()

也可以看看


Coord(int, int, int, int)

构造函数

public Coord(int xLeft, int yTop, int xRight, int yBottom)
范围类型描述
xLeftInt32动车组左上角的 X 坐标
yTopInt32动车组左上角的 Y 坐标
xRightInt32动车组右下角的 X 坐标
yBottomInt32动车组右下角的 Y 坐标

也可以看看