public PointF GetScreenPoint(
float x,
float y
)Public Function GetScreenPoint (
x As Single,
y As Single
) As PointFpublic:
PointF GetScreenPoint(
float x,
float y
)member GetScreenPoint :
x : float32 *
y : float32 -> PointF