Click or drag to resize

FndRightToLeftUtilities.TransformX Method

Overload List
  NameDescription
Public methodStatic memberTransformX(Point, Control)
Transforms the Point coordinates to a RightToLeft based coordinates, if the control attribute RightToLeft is set to Yes.
Public methodStatic memberTransformX(Point[], Control)
Same as Transform but with an extension: The x coordinates are subtracted with 1 pixel in RTL environments.
Public methodStatic memberTransformX(Rectangle, Control)
Same as Transform but with an extension: The x coordinate is subtracted with 1 pixel in RTL environments.
Public methodStatic memberTransformX(Int32, Control)
Same as Transform but with an extension: The width is subtracted with 1 pixel in RTL environments.
Public methodStatic memberTransformX(Single, Control)
Transforms the float coordinate to a RightToLeft based coordinate, if the control attribute RightToLeft is set to Yes.
Public methodStatic memberTransformX(MouseEventArgs, Control)
Same as Transform but with an extension: The x coordinates are subtracted with 1 pixel in RTL environments.
Top
See Also