[ Web Proxy ]
URL:
Viewing: https://docs.unity3d.com/ScriptReference/EditorGUIUtility.PointsToPixels.html [Back]  [Original]

Unity - Scripting API: EditorGUIUtility.PointsToPixels
Version: Unity 6.5 (6000.5)
    • Supported
    • Legacy
    LanguageEnglish
    • C#

    EditorGUIUtility.PointsToPixels

    Suggest a change

    Success!

    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.

    Close

    Submission failed

    For 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.

    Close
    Your name Your email Suggestion* Submit suggestion

    Cancel

    Description

    Convert from point space to pixel space.

    Use this for determining the resolution and positioning of custom GUI content, such as render textures.

    Additional resources: PixelsToPoints, pixelsPerPoint.


    Declaration

    public static Vector2 PointsToPixels(Vector2 position);

    Parameters

    Parameter Description
    position A GUI rect measured in points.

    Returns

    Vector2 A rect representing the same area in pixels.

    Description

    Convert a Rect from point space to pixel space.


    Declaration

    public static Rect PointsToPixels(Rect rect);

    Parameters

    Parameter Description
    rect A GUI position in point space.

    Returns

    Rect The same position in pixel space.

    Description

    Converts a position from point to pixel space.


    Web Proxy Viewer  |  New URL  |  Original Page