Coord

Coord()

Constructor

public Coord()

See Also


Coord(int, int, int, int)

Constructor

public Coord(int xLeft, int yTop, int xRight, int yBottom)
ParameterTypeDescription
xLeftInt32X-coordinate of upper-left corner in EMUs
yTopInt32Y-coordinate of upper-left corner in EMUs
xRightInt32X-coordinate of bottom-right corner in EMUs
yBottomInt32Y-coordinate of bottom-right corner in EMUs

See Also