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

Search Results for

    Struct OsdRegionTransformationMatrices

    Implements
    IEquatable<OsdRegionTransformationMatrices>
    Inherited Members
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: EyeAuras.Shared.Osd
    Assembly: EyeAuras.Shared.dll
    Syntax
    public readonly struct OsdRegionTransformationMatrices : IEquatable<OsdRegionTransformationMatrices>

    Constructors

    Name Description
    OsdRegionTransformationMatrices(Matrix3x2, Matrix3x2)

    Properties

    Name Description
    ScreenToWindow

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

    The matrix for converting world coordinates to window coordinates. This matrix encompasses the transformations required to project points from the application's world space to the window space. To convert a world space point to screen coordinates:

    var screenPoint = Vector2.Transform(worldPoint, WorldToScreen);

    Methods

    Name Description
    Equals(OsdRegionTransformationMatrices)
    Equals(object)
    GetHashCode()
    ToString()

    Operators

    Name Description
    operator ==(OsdRegionTransformationMatrices, OsdRegionTransformationMatrices)
    operator !=(OsdRegionTransformationMatrices, OsdRegionTransformationMatrices)

    Extension Methods

    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ISourceList<TCollection>)
    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ICollection<TCollection>)
    ObjectExtensions.CloneJson<T>(T)
    ObjectExtensions.CopyPropertiesTo<TSource, TTarget>(TSource, TTarget)
    ObjectExtensions.DumpToJson<T>(T)
    ObjectExtensions.DumpToTextRaw<T>(T)
    ObjectExtensions.DumpToText<T>(T)
    ObjectExtensions.Dump<T>(T)
    ObjectExtensions.GetPropertyAccessor<TSource, TValue>(TSource, Expression<Func<TSource, TValue>>)
    ObjectExtensions.InsertTo<TItem, TCollection>(TItem, IList<TCollection>, int)
    ObjectExtensions.ToJson<T>(T, Formatting)
    ObjectExtensions.ToStringSafe<T>(T)
    ObjectExtensions.TransferPropertiesTo<TSource, TTarget>(TSource, TTarget, params string[])
    ObjectExtensions.WaitForAsync<TObject, T1>(TObject, Func<TObject, T1>, Predicate<T1>, TimeSpan, int)
    XDocumentExtensions.AddTo<T>(T, XContainer)
    2025 © Xab3r. All rights reserved.