C# Class Enigma.D3.UI.UIRect

Afficher le fichier Open project: r3peat/Enigma.D3.Public Class Usage Examples

Méthodes publiques

Свойство Type Description
Bottom float
Left float
Right float
Top float

Méthodes publiques

Méthode Description
ToString ( ) : string
TranslateToClientRect ( float clientWidth, float clientHeight ) : UIRect

This is just an example, change type to fit whatever UI system you're using for rendering. WinForm uses pixels (int) while WPF uses DPI (float).

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

TranslateToClientRect() public méthode

This is just an example, change type to fit whatever UI system you're using for rendering. WinForm uses pixels (int) while WPF uses DPI (float).
public TranslateToClientRect ( float clientWidth, float clientHeight ) : UIRect
clientWidth float
clientHeight float
Résultat UIRect

Property Details

Bottom public_oe property

public float Bottom
Résultat float

Left public_oe property

public float Left
Résultat float

Right public_oe property

public float Right
Résultat float

Top public_oe property

public float Top
Résultat float