Click or drag to resize

FndRightToLeftUtilitiesTransform Method (RectangleF, Control)

Transforms the RectangleF coordinates to a RightToLeft based coordinates, if the control attribute RightToLeft is set to Yes.

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 RectangleF Transform(
	RectangleF rect,
	Control ctrl
)

Parameters

rect
Type: System.DrawingRectangleF
The RectangleF to transform
ctrl
Type: System.Windows.FormsControl
The control

Return Value

Type: RectangleF
The RectangleF object with the RTL based cooredinated
See Also