'Declaration Public Function PointToScreen( _ ByVal point As Point _ ) As Point
'Usage Dim instance As CellPresenter Dim point As Point Dim value As Point value = instance.PointToScreen(point)
public Point PointToScreen( Point point )
CellPresenter Class CellPresenter Members