1 instantiation of RectF
System.Private.Windows.Core (1)
Windows\Win32\Graphics\GdiPlus\Rect.cs (1)
14
new
() { X = rect.X, Y = rect.Y, Width = rect.Width, Height = rect.Height };
6 references to RectF
System.Private.Windows.Core (6)
Windows\Win32\Graphics\GdiPlus\GpImageExtensions.cs (1)
17
PInvokeCore.GdipGetImageBounds(image.GetPointer(), (
RectF
*)&bounds, &unit).ThrowIfFailed();
Windows\Win32\Graphics\GdiPlus\Rect.cs (1)
13
public static explicit operator
RectF
(Rect rect) =>
Windows\Win32\Graphics\GdiPlus\RectF.cs (4)
11
public static implicit operator RectangleF(
RectF
rect) => Unsafe.As<
RectF
, RectangleF>(ref rect);
12
public static implicit operator
RectF
(RectangleF rectangle) => Unsafe.As<RectangleF,
RectF
>(ref rectangle);