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