Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseConvert from point space to pixel space.
Use this for determining the resolution and positioning of custom GUI content, such as render textures.
See Also: PixelsToPoints, pixelsPerPoint.
position | A GUI rect measured in points. |
Vector2 A rect representing the same area in pixels.
Convert a Rect from point space to pixel space.
rect | A GUI position in point space. |
Rect The same position in pixel space.
Converts a position from point to pixel space.