Method GetCell
GetCell(String)
The cell for the specified token.
Declaration
public abstract Cell GetCell(string token)
Parameters
Type |
Name |
Description |
System.String |
token |
|
Returns
GetCell(Byte[], Int32, Int32)
Declaration
public abstract Cell GetCell(byte[] bytes, int offset, int len)
Parameters
Type |
Name |
Description |
System.Byte[] |
bytes |
|
System.Int32 |
offset |
|
System.Int32 |
len |
|
Returns
GetCell(Byte[], Int32, Int32, Cell)
Declaration
public Cell GetCell(byte[] bytes, int offset, int len, Cell target)
Parameters
Type |
Name |
Description |
System.Byte[] |
bytes |
|
System.Int32 |
offset |
|
System.Int32 |
len |
|
Cell |
target |
|
Returns
GetCell(IPoint, Int32)
Returns the cell containing point p
at the specified level
.
Declaration
protected virtual Cell GetCell(IPoint p, int level)
Parameters
Type |
Name |
Description |
IPoint |
p |
|
System.Int32 |
level |
|
Returns