RectangleD.Inflate Method (RectangleD, Double, Double)

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

Syntax

'宣言
Public Shared Function Inflate ( _
    rectangle As RectangleD, _
    x As Double, _
    y As Double _
) As RectangleD
'使用
Dim rectangle As RectangleD
Dim x As Double
Dim y As Double
Dim returnValue As RectangleD

returnValue = RectangleD.Inflate(rectangle, _
    x, y)
public static RectangleD Inflate(
    RectangleD rectangle,
    double x,
    double y
)
public:
static RectangleD Inflate(
    RectangleD rectangle, 
    double x, 
    double y
)
public static function Inflate(
    rectangle : RectangleD, 
    x : double, 
    y : double
) : RectangleD

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD

Permissions

See Also

Reference

RectangleD Structure

RectangleD Members

Inflate Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace