public Tuple<int,int> MapToPixel( double x, double y )
Public Function MapToPixel( _ ByVal x As Double, _ ByVal y As Double _ ) As Tuple(Of Integer,Integer)
Parameters
- x
- Map space coordinate x.
- y
- Map space coordinate y
Return Value
A tuple containing two integer values representing the pixel space coordinate column and row respectively.