FndRightToLeftUtilities.TransformX Method |
Name | Description | |
---|---|---|
![]() ![]() | TransformX(Point, Control) |
Transforms the Point coordinates to a RightToLeft based coordinates, if
the control attribute RightToLeft is set to Yes.
|
![]() ![]() | TransformX(Point[], Control) |
Same as Transform but with an extension:
The x coordinates are subtracted with 1 pixel in RTL environments.
|
![]() ![]() | TransformX(Rectangle, Control) |
Same as Transform but with an extension:
The x coordinate is subtracted with 1 pixel in RTL environments.
|
![]() ![]() | TransformX(Int32, Control) |
Same as Transform but with an extension:
The width is subtracted with 1 pixel in RTL environments.
|
![]() ![]() | TransformX(Single, Control) |
Transforms the float coordinate to a RightToLeft based coordinate, if
the control attribute RightToLeft is set to Yes.
|
![]() ![]() | TransformX(MouseEventArgs, Control) |
Same as Transform but with an extension:
The x coordinates are subtracted with 1 pixel in RTL environments.
|