C# Class ScriptGUI.IntRect

显示文件 Open project: Genesis-3D/Genesis-3D Class Usage Examples

Public Methods

Method Description
IntRect ( int _left, int _top, int _right, int _bottom ) : System

Method Details

IntRect() public method

public IntRect ( int _left, int _top, int _right, int _bottom ) : System
_left int
_top int
_right int
_bottom int
return System