[]
        
(Showing Draft Content)

C1.WinUI.Core.UVRect

UVRect Struct

Represents a rect that is independent from the orientation.

Namespace: C1.WinUI.Core
Assembly: C1.WinUI.Core.dll
Syntax
public struct UVRect
Public Structure UVRect

Constructors

Name Description
UVRect(Orientation, Rect)

Initialize a new instance of UVRect.

Properties

Name Description
LeadingPoint

Gets the leading UV point.

LeadingU

Gets the leading U offset.

LeadingV

Gets the leading V offset.

LenghtU

Gets the lenght in the U coordinates.

LenghtV

Gets the lenght in the V coordinates.

Orientation

Gets the orientation.

Rect

Gets the screen coordinates rect.

TrailingPoint

Gets the trailing UV point.

TrailingU

Gets the trailing U offset.

TrailingV

Gets the trailing V offset.