[]
This class is used to store the coordinates of code-blocks.
public class CBlkCoordInfo : CoordInfo
Name | Description |
---|---|
CBlkCoordInfo() | Constructor. Creates a CBlkCoordInfo object. |
CBlkCoordInfo(int, int) | Constructor. Creates a CBlkCoordInfo object width specified code-block vertical and horizontal indexes. |
Name | Description |
---|---|
idx | The code-block horizontal and vertical indexes |
Name | Description |
---|---|
ToString() | Returns code-block's information in a String |