RelativeRectangle.ToAbsolute

RelativeRectangle.ToAbsolute method

Convert the relative rectangle to absolute rectangle

public Rect ToAbsolute(int left, int top, int width, int height)
ParameterTypeDescription
leftInt32Left of the rectangle
topInt32Top of the rectangle
widthInt32Width of the rectangle
heightInt32Height of the rectangle

See Also