C# Class LongoMatch.Core.Common.VideoStandard

Afficher le fichier Open project: GNOME/longomatch Class Usage Examples

Méthodes publiques

Свойство Type Description
Height uint
Name string
Width uint

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
VideoStandard ( ) : System
VideoStandard ( string name, uint height, uint width ) : System

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

VideoStandard() public méthode

public VideoStandard ( ) : System
Résultat System

VideoStandard() public méthode

public VideoStandard ( string name, uint height, uint width ) : System
name string
height uint
width uint
Résultat System

Property Details

Height public_oe property

public uint Height
Résultat uint

Name public_oe property

public string Name
Résultat string

Width public_oe property

public uint Width
Résultat uint