Click or drag to resize

FndDPIUtilitiesScale Method (Rectangle)

Scales the input with the current dpi scale factor

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public static Rectangle Scale(
	Rectangle rect
)

Parameters

rect
Type: System.DrawingRectangle

[Missing <param name="rect"/> documentation for "M:Ifs.Fnd.Core.FndDPIUtilities.Scale(System.Drawing.Rectangle)"]

Return Value

Type: Rectangle

[Missing <returns> documentation for "M:Ifs.Fnd.Core.FndDPIUtilities.Scale(System.Drawing.Rectangle)"]

See Also