2 instantiations of InsetsF
Microsoft.Maui.Graphics (2)
InsetsF.cs (2)
101 return new InsetsF(top, left, bottom, right); 106 return new InsetsF(0, 0, 0, 0);
3 references to InsetsF
Microsoft.Maui.Graphics (3)
InsetsF.cs (3)
21 public InsetsF(InsetsF insets) : this(insets.Top, insets.Left, insets.Bottom, insets.Right) 67 if (obj is InsetsF vCompareTo) 92 public static InsetsF Parse(string value)