Translates a rectangle within the bounds of the current renderer to support right-to-left layouts.
Translates a rectangle within the bounds of the current renderer to support right-to-left layouts.
public Rectangle RtlTranslate(Rectangle);
Returns the given x-coordinate translated within the bounds of the current renderer to support right-to-left layouts.
public int RtlTranslate(int);
Translates a rectangle within the bounds of the current renderer to support right-to-left layouts.
public Rectangle RtlTranslate(int,int,int,int);
ControlRenderer Class | Skybound.Rebar.Rendering Namespace