C# Class Windows.UI.Xaml.CornerRadius

显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

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

Private Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

CornerRadius() public method

public CornerRadius ( double uniformRadius )
uniformRadius double

CornerRadius() public method

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

Equals() public method

public Equals ( global cornerRadius ) : bool
cornerRadius global
return bool

operator() public static method

public static operator ( ) : bool
return bool