Class DrawingRectangle |
Description: | This class contains the math representation of a rectangle. |
Table of contents: | Methods: Fields:
- height ( Field height:Int )
- width ( Field width:Int )
- x ( Field x:Float )
- y ( Field y:Float )
|
Method DebugString:String() | Description: | This method returns a string with a representation of the rectangle coordinates. | Returns: | String |
|
Field height:Int | Description: | This is the height representation of the DrawingRectangle class |
|
Field width:Int | Description: | This is the width representation of the DrawingRectangle class |
|
Field x:Float | Description: | This field contains the X location of this point. |
|
Field y:Float | Description: | This field contains the Y location of this point. |
|