AreaFieldCornerRadius Constructor (Single, Single, Single, Single)

 

Construct an AreaFieldCornerRadius with the given radius values.

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

public:
AreaFieldCornerRadius(
	float northWestRadius,
	float northEastRadius,
	float southWestRadius,
	float southEastRadius
)

Parameters

northWestRadius
Type: System::Single
northEastRadius
Type: System::Single
southWestRadius
Type: System::Single
southEastRadius
Type: System::Single

Construct an AreaFieldCornerRadius that has the specified radius values.

Return to top
Show: