AreaFieldCornerRadius Struct

Definition

Structure that represents four floating-point values indicating the corner radii of the AreaField.

public value class AreaFieldCornerRadius
public struct AreaFieldCornerRadius
type AreaFieldCornerRadius = struct
Public Structure AreaFieldCornerRadius
Inheritance
AreaFieldCornerRadius

Constructors

AreaFieldCornerRadius(Single)

Construct an AreaFieldCornerRadius with the given radius value. All four corner radii are initialized to this value.

AreaFieldCornerRadius(Single, Single, Single, Single)

Construct an AreaFieldCornerRadius with the given radius values.

Properties

NorthEastCornerRadius

North East Corner Radius

NorthWestCornerRadius

North West Corner Radius

SouthEastCornerRadius

South East Corner Radius

SouthWestCornerRadius

South West Corner Radius

Methods

Equals(Object)

Tests whether given object is an AreaFieldCornerRadius with the same radii.

GetHashCode()

Gets the hash code for this AreaFieldCornerRadius structure.

Operators

Equality(AreaFieldCornerRadius, AreaFieldCornerRadius)

Tests whether two AreaFieldCornerRadius structures have equal radii.

Inequality(AreaFieldCornerRadius, AreaFieldCornerRadius)

Tests whether two AreaFieldCornerRadius structures have different radii.

Applies to