AreaFieldCornerRadius Structure

 

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

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public value struct AreaFieldCornerRadius

NameDescription
System_CAPS_pubmethodAreaFieldCornerRadius(Single)

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

System_CAPS_pubmethodAreaFieldCornerRadius(Single, Single, Single, Single)

Construct an AreaFieldCornerRadius with the given radius values.

NameDescription
System_CAPS_pubpropertyNorthEastCornerRadius

North East Corner Radius

System_CAPS_pubpropertyNorthWestCornerRadius

North West Corner Radius

System_CAPS_pubpropertySouthEastCornerRadius

South East Corner Radius

System_CAPS_pubpropertySouthWestCornerRadius

South West Corner Radius

NameDescription
System_CAPS_pubmethodEquals(Object^)

Tests whether given object is an AreaFieldCornerRadius with the same radii.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Gets the hash code for this AreaFieldCornerRadius structure.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(AreaFieldCornerRadius, AreaFieldCornerRadius)

Tests whether two AreaFieldCornerRadius structures have equal radii.

System_CAPS_puboperatorSystem_CAPS_staticInequality(AreaFieldCornerRadius, AreaFieldCornerRadius)

Tests whether two AreaFieldCornerRadius structures have different radii.

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: