// Rect public static Rect FromLogicalToDevice(this Rect logicalRectangle) { return(DpiUtils.LogicalRectToDevice(logicalRectangle)); }