C# Class Mapsui.Styles.Brush

Afficher le fichier Open project: pauldendulk/Mapsui Class Usage Examples

Méthodes publiques

Méthode Description
Brush ( )
Brush ( Brush brush )
Brush ( Color color )
Equals ( Brush brush ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Method Details

Brush() public méthode

public Brush ( )

Brush() public méthode

public Brush ( Brush brush )
brush Brush

Brush() public méthode

public Brush ( Color color )
color Color

Equals() public méthode

public Equals ( Brush brush ) : bool
brush Brush
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

operator() public static méthode

public static operator ( ) : bool
Résultat bool