Skybound Rebar

ControlRenderer.RtlTranslate Method

Translates a rectangle within the bounds of the current renderer to support right-to-left layouts.

Overload List

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);

See Also

ControlRenderer Class | Skybound.Rebar.Rendering Namespace