C# Class ThemeEditor.WPF.ImageSize

Afficher le fichier Open project: usagirei/3DS-Theme-Editor Class Usage Examples

Méthodes publiques

Свойство Type Description
Format RawTexture.DataFormat
X int
Y int

Méthodes publiques

Méthode Description
Equals ( ImageSize other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ImageSize ( int x, int y, RawTexture format ) : ThemeEditor.Common.Graphics

Method Details

Equals() public méthode

public Equals ( ImageSize other ) : bool
other ImageSize
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ImageSize() public méthode

public ImageSize ( int x, int y, RawTexture format ) : ThemeEditor.Common.Graphics
x int
y int
format ThemeEditor.Common.Graphics.RawTexture
Résultat ThemeEditor.Common.Graphics

Property Details

Format public_oe property

public RawTexture.DataFormat Format
Résultat RawTexture.DataFormat

X public_oe property

public int X
Résultat int

Y public_oe property

public int Y
Résultat int