[]
Maps a data coordinate to a pixel coordinate.
public bool DataCoordToCoord(float x, float y, float z, ref int sx, ref int sy)
Type | Name | Description |
---|---|---|
float | x | X data coordinate. |
float | y | Y data coordinate. |
float | z | Z data coordinate. |
int | sx | Client x coordinate in pixels. |
int | sy | Client y coordinate in pixels. |
Type | Description |
---|---|
bool | Boolean result of coordinate conversion. |
Maps a data coordinate to a pixel coordinate.
public bool DataCoordToCoord(double x, double y, double z, ref int sx, ref int sy)
Type | Name | Description |
---|---|---|
double | x | X data coordinate. |
double | y | Y data coordinate. |
double | z | Z data coordinate. |
int | sx | Client x coordinate in pixels. |
int | sy | Client y coordinate in pixels. |
Type | Description |
---|---|
bool | Boolean result of coordinate conversion. |