EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Property WindowOffset

    WindowOffset

    The matrix representing the offset of a window on the screen. Use this matrix to convert coordinates from the application's local space to screen space, taking into account the position of the window. To adjust a point from application space to its position on the screen:

    var screenPosition = Vector2.Transform(point, WindowOffset);
    Declaration
    public Matrix3x2 WindowOffset { get; init; }
    Property Value
    Type Description
    Matrix3x2
    © Xab3r. All rights reserved.