Method | Description | |
---|---|---|
CvLine ( int segment, int offset, int line, int startCol, int endCol ) : System |
Initializes a new instance of the CvLine struct.
|
|
ToString ( ) : string |
Returns the fully qualified type name of this instance.
|
public CvLine ( int segment, int offset, int line, int startCol, int endCol ) : System | ||
segment | int | The segment. |
offset | int | The offset. |
line | int | The line. |
startCol | int | The start column on the line. |
endCol | int | The end column on the line. |
return | System |