C# Class Windows.UI.Xaml.CornerRadius

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
CornerRadius ( double uniformRadius )
CornerRadius ( double topLeft, double topRight, double bottomRight, double bottomLeft )
Equals ( global cornerRadius ) : bool
operator ( ) : bool

Private Methods

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

CornerRadius() public méthode

public CornerRadius ( double uniformRadius )
uniformRadius double

CornerRadius() public méthode

public CornerRadius ( double topLeft, double topRight, double bottomRight, double bottomLeft )
topLeft double
topRight double
bottomRight double
bottomLeft double

Equals() public méthode

public Equals ( global cornerRadius ) : bool
cornerRadius global
Résultat bool

operator() public static méthode

public static operator ( ) : bool
Résultat bool