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.
var screenPosition = Vector2.Transform(point, WindowOffset);
Declaration
public Matrix3x2 WindowOffset { get; init; }
Property Value
Type | Description |
---|---|
Matrix3x2 |