VB and most other programming languages use a coordinate system that is slightly different than the Cartesian system that is commonly used in Math.
Me.ClientSize.Width ÷ 2
Me.ClientSize.Height ÷ 2
(Me.ClientSize.Width ÷ 2, Me.ClientSize.Height ÷ 2)