public float MaxY() { Surface next = NextSurface(); if (next != null) { return(next.MaxY() - Model.MullionType.ProfileType.Thickness); } return(-1); }
/// <summary> /// The maximum Y coordinate of the aFrame /// </summary> /// <returns></returns> public double MaxY() { return(Surface.MaxY() - FrameThickness - 1); }