public static object Transform_WiimoteLib_IRSensor_TO_WiimoteLib_Proxy_IRSensor(object transformFrom)
 {
     WiimoteLib.Proxy.IRSensor target = new WiimoteLib.Proxy.IRSensor();
     WiimoteLib.IRSensor       from   = (WiimoteLib.IRSensor)transformFrom;
     target.RawPosition = (WiimoteLib.Proxy.Point)Transform_WiimoteLib_Point_TO_WiimoteLib_Proxy_Point(from.RawPosition);
     target.Position    = (WiimoteLib.Proxy.PointF)Transform_WiimoteLib_PointF_TO_WiimoteLib_Proxy_PointF(from.Position);
     target.Size        = from.Size;
     target.Found       = from.Found;
     return(target);
 }
 public static object Transform_WiimoteLib_Proxy_IRSensor_TO_WiimoteLib_IRSensor(object transformFrom)
 {
     WiimoteLib.IRSensor target = new WiimoteLib.IRSensor();
     WiimoteLib.Proxy.IRSensor from = (WiimoteLib.Proxy.IRSensor)transformFrom;
     target.RawPosition = (WiimoteLib.Point)Transform_WiimoteLib_Proxy_Point_TO_WiimoteLib_Point(from.RawPosition);
     target.Position = (WiimoteLib.PointF)Transform_WiimoteLib_Proxy_PointF_TO_WiimoteLib_PointF(from.Position);
     target.Size = from.Size;
     target.Found = from.Found;
     return target;
 }
 public static object Transform_WiimoteLib_Proxy_IRSensor_TO_WiimoteLib_IRSensor(object transformFrom)
 {
     WiimoteLib.IRSensor target = new WiimoteLib.IRSensor();
     return target;
 }