Hi
I have a classX with contructor
Public Sub New(ByVal heightbar As Double, ByVal widthcanvas As Double, Optional ByVal bottom As Double = 0)
The problem i have to pass as parameter the width and height of a relative pane which are Nan .
Is there a solution ?
Thanks